Html Css Color HEX #860477 Purple

📋 copy color: '#860477'

red 134 ◦ green 4 ◦ blue 119

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

Shades of Purple #860477

Tints of Purple #860477

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.56%

 BLUE value IS 119 (46.88% from 255) = 46.3%

R = 52.14%
G = 1.56%
B = 46.3%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.11

 K value IS 0.47

RGB Variations

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

Color information

#860477 (or 0x860477) is known color: Purple. HEX triplet: 86, 04 and 77. RGB value is (134,4,119). Sum of RGB (Red+Green+Blue) = 134+4+119=257 (34% of max value = 765). Red value is 134 (52.73% from 255 or 52.14% from 257); Green value is 4 (1.95% from 255 or 1.56% from 257); Blue value is 119 (46.88% from 255 or 46.30% from 257); Max value from RGB is 134 - color contains mainly: red. Hex color #860477 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860477 is #79FB88. Grayscale: #373737. Windows color (decimal): -7994249 or 7799942. OLE color: 7799942.

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

Color convert

RGB 134 4 119 -
CMYK 0 0.97 0.11 0.47
HSL 306.92º 0.94% 0.27% -
HSV(B) 306.92º 0.97% 0.53% -
XYZ 13.2 6.49 18.01 -
YUV 55.98 163.57 183.65 -
System Red Green Blue C M Y K H S L
Decimal 134 4 119 0 0.97 0.11 0.47 306.92 0.94 0.27
Hex 86 4 77 0 61 B 2F 133 5E 1B
Octal 206 4 167 0 141 13 57 463 136 33
Binary 10000110 100 1110111 0 1100001 1011 101111 100110011 1011110 11011

Color Harmonies of #860477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860477

Black with #860477

Text Example


Text Example

White with #860477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860477; }

 p { color: rgb(134,4,119); }

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

background-color css

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

 a { background-color: rgb(134,4,119); }

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

border-color css

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

 span { border-color: rgb(134,4,119); }

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