Html Css Color HEX #981572 Dark Purple

📋 copy color: '#981572'

red 152 ◦ green 21 ◦ blue 114

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

Shades of Dark Purple #981572

Tints of Dark Purple #981572

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.32%

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

R = 52.96%
G = 7.32%
B = 39.72%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.25

 K value IS 0.40

RGB Variations

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

Color information

#981572 (or 0x981572) is known color: Dark Purple. HEX triplet: 98, 15 and 72. RGB value is (152,21,114). Sum of RGB (Red+Green+Blue) = 152+21+114=287 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.96% from 287); Green value is 21 (8.59% from 255 or 7.32% from 287); Blue value is 114 (44.92% from 255 or 39.72% from 287); Max value from RGB is 152 - color contains mainly: red. Hex color #981572 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981572 is #67EA8D. Grayscale: #464646. Windows color (decimal): -6810254 or 7476632. OLE color: 7476632.

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

Color convert

RGB 152 21 114 -
CMYK 0 0.86 0.25 0.40
HSL 317.4º 0.76% 0.34% -
HSV(B) 317.4º 0.86% 0.6% -
XYZ 16.25 8.43 16.69 -
YUV 70.77 152.4 185.94 -
System Red Green Blue C M Y K H S L
Decimal 152 21 114 0 0.86 0.25 0.40 317.4 0.76 0.34
Hex 98 15 72 0 56 19 28 13D 4C 22
Octal 230 25 162 0 126 31 50 475 114 42
Binary 10011000 10101 1110010 0 1010110 11001 101000 100111101 1001100 100010

Color Harmonies of #981572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981572

Black with #981572

Text Example


Text Example

White with #981572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981572; }

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

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

background-color css

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

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

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

border-color css

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

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

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