Html Css Color HEX #861279 Dark Purple

📋 copy color: '#861279'

red 134 ◦ green 18 ◦ blue 121

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

Shades of Dark Purple #861279

Tints of Dark Purple #861279

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.59%

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

R = 49.08%
G = 6.59%
B = 44.32%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#861279 (or 0x861279) is known color: Dark Purple. HEX triplet: 86, 12 and 79. RGB value is (134,18,121). Sum of RGB (Red+Green+Blue) = 134+18+121=273 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.08% from 273); Green value is 18 (7.42% from 255 or 6.59% from 273); Blue value is 121 (47.66% from 255 or 44.32% from 273); Max value from RGB is 134 - color contains mainly: red. Hex color #861279 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #861279 is #79ED86. Grayscale: #404040. Windows color (decimal): -7990663 or 7934598. OLE color: 7934598.

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

Color convert

RGB 134 18 121 -
CMYK 0 0.87 0.10 0.47
HSL 306.72º 0.76% 0.3% -
HSV(B) 306.72º 0.87% 0.53% -
XYZ 13.5 6.88 18.71 -
YUV 64.43 159.93 177.62 -
System Red Green Blue C M Y K H S L
Decimal 134 18 121 0 0.87 0.10 0.47 306.72 0.76 0.3
Hex 86 12 79 0 57 A 2F 133 4C 1E
Octal 206 22 171 0 127 12 57 463 114 36
Binary 10000110 10010 1111001 0 1010111 1010 101111 100110011 1001100 11110

Color Harmonies of #861279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861279

Black with #861279

Text Example


Text Example

White with #861279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861279; }

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

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

background-color css

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

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

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

border-color css

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

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

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