Html Css Color HEX #861580 Dark Purple

📋 copy color: '#861580'

red 134 ◦ green 21 ◦ blue 128

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

Shades of Dark Purple #861580

Tints of Dark Purple #861580

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.42%

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

R = 47.35%
G = 7.42%
B = 45.23%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#861580 (or 0x861580) is known color: Dark Purple. HEX triplet: 86, 15 and 80. RGB value is (134,21,128). Sum of RGB (Red+Green+Blue) = 134+21+128=283 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.35% from 283); Green value is 21 (8.59% from 255 or 7.42% from 283); Blue value is 128 (50.39% from 255 or 45.23% from 283); Max value from RGB is 134 - color contains mainly: red. Hex color #861580 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #861580 is #79EA7F. Grayscale: #424242. Windows color (decimal): -7989888 or 8394118. OLE color: 8394118.

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

Color convert

RGB 134 21 128 -
CMYK 0 0.84 0.04 0.47
HSL 303.19º 0.73% 0.3% -
HSV(B) 303.19º 0.84% 0.53% -
XYZ 14 7.16 21.07 -
YUV 66.99 162.44 175.8 -
System Red Green Blue C M Y K H S L
Decimal 134 21 128 0 0.84 0.04 0.47 303.19 0.73 0.3
Hex 86 15 80 0 54 4 2F 12F 49 1E
Octal 206 25 200 0 124 4 57 457 111 36
Binary 10000110 10101 10000000 0 1010100 100 101111 100101111 1001001 11110

Color Harmonies of #861580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861580

Black with #861580

Text Example


Text Example

White with #861580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861580; }

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

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

background-color css

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

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

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

border-color css

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

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

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