Html Css Color HEX #862979 Dark Purple

📋 copy color: '#862979'

red 134 ◦ green 41 ◦ blue 121

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

Shades of Dark Purple #862979

Tints of Dark Purple #862979

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.85%

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

R = 45.27%
G = 13.85%
B = 40.88%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#862979 (or 0x862979) is known color: Dark Purple. HEX triplet: 86, 29 and 79. RGB value is (134,41,121). Sum of RGB (Red+Green+Blue) = 134+41+121=296 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.27% from 296); Green value is 41 (16.41% from 255 or 13.85% from 296); Blue value is 121 (47.66% from 255 or 40.88% from 296); Max value from RGB is 134 - color contains mainly: red. Hex color #862979 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862979 is #79D686. Grayscale: #4D4D4D. Windows color (decimal): -7984775 or 7940486. OLE color: 7940486.

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

Color convert

RGB 134 41 121 -
CMYK 0 0.69 0.10 0.47
HSL 308.39º 0.53% 0.34% -
HSV(B) 308.39º 0.69% 0.53% -
XYZ 14.08 8.03 18.9 -
YUV 77.93 152.31 168 -
System Red Green Blue C M Y K H S L
Decimal 134 41 121 0 0.69 0.10 0.47 308.39 0.53 0.34
Hex 86 29 79 0 45 A 2F 134 35 22
Octal 206 51 171 0 105 12 57 464 65 42
Binary 10000110 101001 1111001 0 1000101 1010 101111 100110100 110101 100010

Color Harmonies of #862979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862979

Black with #862979

Text Example


Text Example

White with #862979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862979; }

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

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

background-color css

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

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

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

border-color css

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

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

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