Html Css Color HEX #862879 Dark Purple

📋 copy color: '#862879'

red 134 ◦ green 40 ◦ blue 121

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

Shades of Dark Purple #862879

Tints of Dark Purple #862879

RGB

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

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

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

R = 45.42%
G = 13.56%
B = 41.02%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#862879 (or 0x862879) is known color: Dark Purple. HEX triplet: 86, 28 and 79. RGB value is (134,40,121). Sum of RGB (Red+Green+Blue) = 134+40+121=295 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.42% from 295); Green value is 40 (16.02% from 255 or 13.56% from 295); Blue value is 121 (47.66% from 255 or 41.02% from 295); Max value from RGB is 134 - color contains mainly: red. Hex color #862879 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862879 is #79D786. Grayscale: #4D4D4D. Windows color (decimal): -7985031 or 7940230. OLE color: 7940230.

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

Color convert

RGB 134 40 121 -
CMYK 0 0.70 0.10 0.47
HSL 308.3º 0.54% 0.34% -
HSV(B) 308.3º 0.7% 0.53% -
XYZ 14.04 7.97 18.89 -
YUV 77.34 152.64 168.41 -
System Red Green Blue C M Y K H S L
Decimal 134 40 121 0 0.70 0.10 0.47 308.3 0.54 0.34
Hex 86 28 79 0 46 A 2F 134 36 22
Octal 206 50 171 0 106 12 57 464 66 42
Binary 10000110 101000 1111001 0 1000110 1010 101111 100110100 110110 100010

Color Harmonies of #862879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862879

Black with #862879

Text Example


Text Example

White with #862879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862879; }

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

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

background-color css

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

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

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

border-color css

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

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

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