Html Css Color HEX #861D78 Dark Purple

📋 copy color: '#861D78'

red 134 ◦ green 29 ◦ blue 120

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

Shades of Dark Purple #861D78

Tints of Dark Purple #861D78

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.25%

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

R = 47.35%
G = 10.25%
B = 42.4%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#861D78 (or 0x861D78) is known color: Dark Purple. HEX triplet: 86, 1D and 78. RGB value is (134,29,120). Sum of RGB (Red+Green+Blue) = 134+29+120=283 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.35% from 283); Green value is 29 (11.72% from 255 or 10.25% from 283); Blue value is 120 (47.27% from 255 or 42.40% from 283); Max value from RGB is 134 - color contains mainly: red. Hex color #861D78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #861D78 is #79E287. Grayscale: #464646. Windows color (decimal): -7987848 or 7871878. OLE color: 7871878.

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

Color convert

RGB 134 29 120 -
CMYK 0 0.78 0.10 0.47
HSL 308º 0.64% 0.32% -
HSV(B) 308º 0.78% 0.53% -
XYZ 13.66 7.3 18.46 -
YUV 70.77 155.79 173.1 -
System Red Green Blue C M Y K H S L
Decimal 134 29 120 0 0.78 0.10 0.47 308 0.64 0.32
Hex 86 1D 78 0 4E A 2F 134 40 20
Octal 206 35 170 0 116 12 57 464 100 40
Binary 10000110 11101 1111000 0 1001110 1010 101111 100110100 1000000 100000

Color Harmonies of #861D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861D78

Black with #861D78

Text Example


Text Example

White with #861D78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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