Html Css Color HEX #860377 Purple

📋 copy color: '#860377'

red 134 ◦ green 3 ◦ blue 119

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

Shades of Purple #860377

Tints of Purple #860377

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.17%

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

R = 52.34%
G = 1.17%
B = 46.48%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.11

 K value IS 0.47

RGB Variations

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

Color information

#860377 (or 0x860377) is known color: Purple. HEX triplet: 86, 03 and 77. RGB value is (134,3,119). Sum of RGB (Red+Green+Blue) = 134+3+119=256 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.34% from 256); Green value is 3 (1.56% from 255 or 1.17% from 256); Blue value is 119 (46.88% from 255 or 46.48% from 256); Max value from RGB is 134 - color contains mainly: red. Hex color #860377 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860377 is #79FC88. Grayscale: #373737. Windows color (decimal): -7994505 or 7799686. OLE color: 7799686.

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

Color convert

RGB 134 3 119 -
CMYK 0 0.98 0.11 0.47
HSL 306.87º 0.96% 0.27% -
HSV(B) 306.87º 0.98% 0.53% -
XYZ 13.19 6.47 18.01 -
YUV 55.39 163.9 184.07 -
System Red Green Blue C M Y K H S L
Decimal 134 3 119 0 0.98 0.11 0.47 306.87 0.96 0.27
Hex 86 3 77 0 62 B 2F 133 60 1B
Octal 206 3 167 0 142 13 57 463 140 33
Binary 10000110 11 1110111 0 1100010 1011 101111 100110011 1100000 11011

Color Harmonies of #860377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860377

Black with #860377

Text Example


Text Example

White with #860377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860377; }

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

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

background-color css

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

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

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

border-color css

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

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

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