Html Css Color HEX #861A78 Dark Purple

📋 copy color: '#861A78'

red 134 ◦ green 26 ◦ blue 120

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

Shades of Dark Purple #861A78

Tints of Dark Purple #861A78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 42.86%

R = 47.86%
G = 9.29%
B = 42.86%

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

#861A78 (or 0x861A78) is known color: Dark Purple. HEX triplet: 86, 1A and 78. RGB value is (134,26,120). Sum of RGB (Red+Green+Blue) = 134+26+120=280 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.86% from 280); Green value is 26 (10.55% from 255 or 9.29% from 280); Blue value is 120 (47.27% from 255 or 42.86% from 280); Max value from RGB is 134 - color contains mainly: red. Hex color #861A78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #861A78 is #79E587. Grayscale: #444444. Windows color (decimal): -7988616 or 7871110. OLE color: 7871110.

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

Color convert

RGB 134 26 120 -
CMYK 0 0.81 0.10 0.47
HSL 307.78º 0.68% 0.31% -
HSV(B) 307.78º 0.81% 0.53% -
XYZ 13.59 7.16 18.44 -
YUV 69.01 156.78 174.36 -
System Red Green Blue C M Y K H S L
Decimal 134 26 120 0 0.81 0.10 0.47 307.78 0.68 0.31
Hex 86 1A 78 0 51 A 2F 134 44 1F
Octal 206 32 170 0 121 12 57 464 104 37
Binary 10000110 11010 1111000 0 1010001 1010 101111 100110100 1000100 11111

Color Harmonies of #861A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861A78

Black with #861A78

Text Example


Text Example

White with #861A78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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