Html Css Color HEX #861A79 Dark Purple

📋 copy color: '#861A79'

red 134 ◦ green 26 ◦ blue 121

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

Shades of Dark Purple #861A79

Tints of Dark Purple #861A79

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.25%

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

R = 47.69%
G = 9.25%
B = 43.06%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#861A79 (or 0x861A79) is known color: Dark Purple. HEX triplet: 86, 1A and 79. RGB value is (134,26,121). Sum of RGB (Red+Green+Blue) = 134+26+121=281 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.69% from 281); Green value is 26 (10.55% from 255 or 9.25% from 281); Blue value is 121 (47.66% from 255 or 43.06% from 281); Max value from RGB is 134 - color contains mainly: red. Hex color #861A79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #861A79 is #79E586. Grayscale: #444444. Windows color (decimal): -7988615 or 7936646. OLE color: 7936646.

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

Color convert

RGB 134 26 121 -
CMYK 0 0.81 0.10 0.47
HSL 307.22º 0.68% 0.31% -
HSV(B) 307.22º 0.81% 0.53% -
XYZ 13.65 7.19 18.76 -
YUV 69.12 157.28 174.28 -
System Red Green Blue C M Y K H S L
Decimal 134 26 121 0 0.81 0.10 0.47 307.22 0.68 0.31
Hex 86 1A 79 0 51 A 2F 133 44 1F
Octal 206 32 171 0 121 12 57 463 104 37
Binary 10000110 11010 1111001 0 1010001 1010 101111 100110011 1000100 11111

Color Harmonies of #861A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861A79

Black with #861A79

Text Example


Text Example

White with #861A79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861A79; }

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

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

background-color css

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

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

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

border-color css

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

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

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