Html Css Color HEX #862872 Dark Purple

📋 copy color: '#862872'

red 134 ◦ green 40 ◦ blue 114

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

Shades of Dark Purple #862872

Tints of Dark Purple #862872

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.89%

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

R = 46.53%
G = 13.89%
B = 39.58%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#862872 (or 0x862872) is known color: Dark Purple. HEX triplet: 86, 28 and 72. RGB value is (134,40,114). Sum of RGB (Red+Green+Blue) = 134+40+114=288 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.53% from 288); Green value is 40 (16.02% from 255 or 13.89% from 288); Blue value is 114 (44.92% from 255 or 39.58% from 288); Max value from RGB is 134 - color contains mainly: red. Hex color #862872 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862872 is #79D78D. Grayscale: #4C4C4C. Windows color (decimal): -7985038 or 7481478. OLE color: 7481478.

HSL color Cylindrical-coordinate representation of color #862872: hue angle of 312.77º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #862872 is Cyan = 0, Magento = 0.70, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 40 114 -
CMYK 0 0.70 0.15 0.47
HSL 312.77º 0.54% 0.34% -
HSV(B) 312.77º 0.7% 0.53% -
XYZ 13.63 7.8 16.71 -
YUV 76.54 149.14 168.98 -
System Red Green Blue C M Y K H S L
Decimal 134 40 114 0 0.70 0.15 0.47 312.77 0.54 0.34
Hex 86 28 72 0 46 F 2F 139 36 22
Octal 206 50 162 0 106 17 57 471 66 42
Binary 10000110 101000 1110010 0 1000110 1111 101111 100111001 110110 100010

Color Harmonies of #862872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862872

Black with #862872

Text Example


Text Example

White with #862872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862872; }

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

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

background-color css

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

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

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

border-color css

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

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

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