Html Css Color HEX #861978 Dark Purple

📋 copy color: '#861978'

red 134 ◦ green 25 ◦ blue 120

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

Shades of Dark Purple #861978

Tints of Dark Purple #861978

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.96%

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

R = 48.03%
G = 8.96%
B = 43.01%

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

#861978 (or 0x861978) is known color: Dark Purple. HEX triplet: 86, 19 and 78. RGB value is (134,25,120). Sum of RGB (Red+Green+Blue) = 134+25+120=279 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.03% from 279); Green value is 25 (10.16% from 255 or 8.96% from 279); Blue value is 120 (47.27% from 255 or 43.01% from 279); Max value from RGB is 134 - color contains mainly: red. Hex color #861978 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #861978 is #79E687. Grayscale: #444444. Windows color (decimal): -7988872 or 7870854. OLE color: 7870854.

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

Color convert

RGB 134 25 120 -
CMYK 0 0.81 0.10 0.47
HSL 307.71º 0.69% 0.31% -
HSV(B) 307.71º 0.81% 0.53% -
XYZ 13.57 7.12 18.43 -
YUV 68.42 157.11 174.78 -
System Red Green Blue C M Y K H S L
Decimal 134 25 120 0 0.81 0.10 0.47 307.71 0.69 0.31
Hex 86 19 78 0 51 A 2F 134 45 1F
Octal 206 31 170 0 121 12 57 464 105 37
Binary 10000110 11001 1111000 0 1010001 1010 101111 100110100 1000101 11111

Color Harmonies of #861978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861978

Black with #861978

Text Example


Text Example

White with #861978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861978; }

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

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

background-color css

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

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

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

border-color css

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

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

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