Html Css Color HEX #861972 Dark Purple

📋 copy color: '#861972'

red 134 ◦ green 25 ◦ blue 114

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

Shades of Dark Purple #861972

Tints of Dark Purple #861972

RGB

 RED value IS 134 (52.73% from 255) = 49.08%

 GREEN value IS 25 (10.16% from 255) = 9.16%

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

R = 49.08%
G = 9.16%
B = 41.76%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#861972 (or 0x861972) is known color: Dark Purple. HEX triplet: 86, 19 and 72. RGB value is (134,25,114). Sum of RGB (Red+Green+Blue) = 134+25+114=273 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.08% from 273); Green value is 25 (10.16% from 255 or 9.16% from 273); Blue value is 114 (44.92% from 255 or 41.76% from 273); Max value from RGB is 134 - color contains mainly: red. Hex color #861972 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #861972 is #79E68D. Grayscale: #434343. Windows color (decimal): -7988878 or 7477638. OLE color: 7477638.

HSL color Cylindrical-coordinate representation of color #861972: hue angle of 311.01º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #861972 is Cyan = 0, Magento = 0.81, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 25 114 -
CMYK 0 0.81 0.15 0.47
HSL 311.01º 0.69% 0.31% -
HSV(B) 311.01º 0.81% 0.53% -
XYZ 13.22 6.98 16.57 -
YUV 67.74 154.11 175.26 -
System Red Green Blue C M Y K H S L
Decimal 134 25 114 0 0.81 0.15 0.47 311.01 0.69 0.31
Hex 86 19 72 0 51 F 2F 137 45 1F
Octal 206 31 162 0 121 17 57 467 105 37
Binary 10000110 11001 1110010 0 1010001 1111 101111 100110111 1000101 11111

Color Harmonies of #861972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861972

Black with #861972

Text Example


Text Example

White with #861972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861972; }

 p { color: rgb(134,25,114); }

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

background-color css

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

 a { background-color: rgb(134,25,114); }

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

border-color css

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

 span { border-color: rgb(134,25,114); }

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