Html Css Color HEX #861780 Dark Purple

📋 copy color: '#861780'

red 134 ◦ green 23 ◦ blue 128

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

Shades of Dark Purple #861780

Tints of Dark Purple #861780

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.07%

 BLUE value IS 128 (50.39% from 255) = 44.91%

R = 47.02%
G = 8.07%
B = 44.91%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#861780 (or 0x861780) is known color: Dark Purple. HEX triplet: 86, 17 and 80. RGB value is (134,23,128). Sum of RGB (Red+Green+Blue) = 134+23+128=285 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.02% from 285); Green value is 23 (9.38% from 255 or 8.07% from 285); Blue value is 128 (50.39% from 255 or 44.91% from 285); Max value from RGB is 134 - color contains mainly: red. Hex color #861780 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #861780 is #79E87F. Grayscale: #434343. Windows color (decimal): -7989376 or 8394630. OLE color: 8394630.

HSL color Cylindrical-coordinate representation of color #861780: hue angle of 303.24º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #861780 is Cyan = 0, Magento = 0.83, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 23 128 -
CMYK 0 0.83 0.04 0.47
HSL 303.24º 0.71% 0.31% -
HSV(B) 303.24º 0.83% 0.53% -
XYZ 14.03 7.24 21.08 -
YUV 68.16 161.77 174.96 -
System Red Green Blue C M Y K H S L
Decimal 134 23 128 0 0.83 0.04 0.47 303.24 0.71 0.31
Hex 86 17 80 0 53 4 2F 12F 47 1F
Octal 206 27 200 0 123 4 57 457 107 37
Binary 10000110 10111 10000000 0 1010011 100 101111 100101111 1000111 11111

Color Harmonies of #861780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861780

Black with #861780

Text Example


Text Example

White with #861780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861780; }

 p { color: rgb(134,23,128); }

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

background-color css

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

 a { background-color: rgb(134,23,128); }

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

border-color css

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

 span { border-color: rgb(134,23,128); }

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