Html Css Color HEX #862072 Dark Purple

📋 copy color: '#862072'

red 134 ◦ green 32 ◦ blue 114

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

Shades of Dark Purple #862072

Tints of Dark Purple #862072

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.43%

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

R = 47.86%
G = 11.43%
B = 40.71%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#862072 (or 0x862072) is known color: Dark Purple. HEX triplet: 86, 20 and 72. RGB value is (134,32,114). Sum of RGB (Red+Green+Blue) = 134+32+114=280 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.86% from 280); Green value is 32 (12.89% from 255 or 11.43% from 280); Blue value is 114 (44.92% from 255 or 40.71% from 280); Max value from RGB is 134 - color contains mainly: red. Hex color #862072 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862072 is #79DF8D. Grayscale: #474747. Windows color (decimal): -7987086 or 7479430. OLE color: 7479430.

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

Color convert

RGB 134 32 114 -
CMYK 0 0.76 0.15 0.47
HSL 311.76º 0.61% 0.33% -
HSV(B) 311.76º 0.76% 0.53% -
XYZ 13.39 7.32 16.63 -
YUV 71.85 151.79 172.33 -
System Red Green Blue C M Y K H S L
Decimal 134 32 114 0 0.76 0.15 0.47 311.76 0.61 0.33
Hex 86 20 72 0 4C F 2F 138 3D 21
Octal 206 40 162 0 114 17 57 470 75 41
Binary 10000110 100000 1110010 0 1001100 1111 101111 100111000 111101 100001

Color Harmonies of #862072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862072

Black with #862072

Text Example


Text Example

White with #862072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862072; }

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

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

background-color css

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

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

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

border-color css

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

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

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