Html Css Color HEX #860581 Purple

📋 copy color: '#860581'

red 134 ◦ green 5 ◦ blue 129

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

Shades of Purple #860581

Tints of Purple #860581

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.87%

 BLUE value IS 129 (50.78% from 255) = 48.13%

R = 50%
G = 1.87%
B = 48.13%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#860581 (or 0x860581) is known color: Purple. HEX triplet: 86, 05 and 81. RGB value is (134,5,129). Sum of RGB (Red+Green+Blue) = 134+5+129=268 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50% from 268); Green value is 5 (2.34% from 255 or 1.87% from 268); Blue value is 129 (50.78% from 255 or 48.13% from 268); Max value from RGB is 134 - color contains mainly: red. Hex color #860581 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860581 is #79FA7E. Grayscale: #393939. Windows color (decimal): -7993983 or 8455558. OLE color: 8455558.

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

Color convert

RGB 134 5 129 -
CMYK 0 0.96 0.04 0.47
HSL 302.33º 0.93% 0.27% -
HSV(B) 302.33º 0.96% 0.53% -
XYZ 13.85 6.76 21.34 -
YUV 57.71 168.24 182.42 -
System Red Green Blue C M Y K H S L
Decimal 134 5 129 0 0.96 0.04 0.47 302.33 0.93 0.27
Hex 86 5 81 0 60 4 2F 12E 5D 1B
Octal 206 5 201 0 140 4 57 456 135 33
Binary 10000110 101 10000001 0 1100000 100 101111 100101110 1011101 11011

Color Harmonies of #860581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860581

Black with #860581

Text Example


Text Example

White with #860581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860581; }

 p { color: rgb(134,5,129); }

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

background-color css

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

 a { background-color: rgb(134,5,129); }

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

border-color css

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

 span { border-color: rgb(134,5,129); }

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