Html Css Color HEX #862079 Dark Purple

📋 copy color: '#862079'

red 134 ◦ green 32 ◦ blue 121

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

Shades of Dark Purple #862079

Tints of Dark Purple #862079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 42.16%

R = 46.69%
G = 11.15%
B = 42.16%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#862079 (or 0x862079) is known color: Dark Purple. HEX triplet: 86, 20 and 79. RGB value is (134,32,121). Sum of RGB (Red+Green+Blue) = 134+32+121=287 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.69% from 287); Green value is 32 (12.89% from 255 or 11.15% from 287); Blue value is 121 (47.66% from 255 or 42.16% from 287); Max value from RGB is 134 - color contains mainly: red. Hex color #862079 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862079 is #79DF86. Grayscale: #484848. Windows color (decimal): -7987079 or 7938182. OLE color: 7938182.

HSL color Cylindrical-coordinate representation of color #862079: hue angle of 307.65º 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 #862079 is Cyan = 0, Magento = 0.76, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 32 121 -
CMYK 0 0.76 0.10 0.47
HSL 307.65º 0.61% 0.33% -
HSV(B) 307.65º 0.76% 0.53% -
XYZ 13.8 7.48 18.81 -
YUV 72.64 155.29 171.76 -
System Red Green Blue C M Y K H S L
Decimal 134 32 121 0 0.76 0.10 0.47 307.65 0.61 0.33
Hex 86 20 79 0 4C A 2F 134 3D 21
Octal 206 40 171 0 114 12 57 464 75 41
Binary 10000110 100000 1111001 0 1001100 1010 101111 100110100 111101 100001

Color Harmonies of #862079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862079

Black with #862079

Text Example


Text Example

White with #862079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862079; }

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

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

background-color css

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

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

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

border-color css

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

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

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