Html Css Color HEX #983072 Dark Purple

📋 copy color: '#983072'

red 152 ◦ green 48 ◦ blue 114

#983072
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Purple #983072

Tints of Dark Purple #983072

RGB

 RED value IS 152 (59.77% from 255) = 48.41%

 GREEN value IS 48 (19.14% from 255) = 15.29%

 BLUE value IS 114 (44.92% from 255) = 36.31%

R = 48.41%
G = 15.29%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.25

 K value IS 0.40

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#983072 (or 0x983072) is known color: Dark Purple. HEX triplet: 98, 30 and 72. RGB value is (152,48,114). Sum of RGB (Red+Green+Blue) = 152+48+114=314 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.41% from 314); Green value is 48 (19.14% from 255 or 15.29% from 314); Blue value is 114 (44.92% from 255 or 36.31% from 314); Max value from RGB is 152 - color contains mainly: red. Hex color #983072 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983072 is #67CF8D. Grayscale: #565656. Windows color (decimal): -6803342 or 7483544. OLE color: 7483544.

HSL color Cylindrical-coordinate representation of color #983072: hue angle of 321.92º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #983072 is Cyan = 0, Magento = 0.68, Yellow = 0.25 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 48 114 -
CMYK 0 0.68 0.25 0.40
HSL 321.92º 0.52% 0.39% -
HSV(B) 321.92º 0.68% 0.6% -
XYZ 17.04 10 16.95 -
YUV 86.62 143.46 174.63 -
System Red Green Blue C M Y K H S L
Decimal 152 48 114 0 0.68 0.25 0.40 321.92 0.52 0.39
Hex 98 30 72 0 44 19 28 142 34 27
Octal 230 60 162 0 104 31 50 502 64 47
Binary 10011000 110000 1110010 0 1000100 11001 101000 101000010 110100 100111

Color Harmonies of #983072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983072

Black with #983072

Text Example


Text Example

White with #983072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983072; }

 p { color: rgb(152,48,114); }

 H1.HeaderClassName
 {
   color: #983072;
 }
 .AnyTagClassName
 {
   color: #983072;
 }
</style>

background-color css

<style>
 a { background-color: #983072; }

 a { background-color: rgb(152,48,114); }

 div.DivClassName
 {
   background-color: #983072;
 }
 .BgClassName
 {
   background-color: #983072;
 }
</style>

border-color css

<style>
 span { border-color: #983072; }

 span { border-color: rgb(152,48,114); }

 td.TdClassName
 {
   border-color: #983072;
 }
 .TagClassName
 {
   border-color: #983072;
 }
</style>