Html Css Color HEX #860277 Purple

📋 copy color: '#860277'

red 134 ◦ green 2 ◦ blue 119

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

Shades of Purple #860277

Tints of Purple #860277

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.78%

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

R = 52.55%
G = 0.78%
B = 46.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.11

 K value IS 0.47

RGB Variations

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

Color information

#860277 (or 0x860277) is known color: Purple. HEX triplet: 86, 02 and 77. RGB value is (134,2,119). Sum of RGB (Red+Green+Blue) = 134+2+119=255 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.55% from 255); Green value is 2 (1.17% from 255 or 0.78% from 255); Blue value is 119 (46.88% from 255 or 46.67% from 255); Max value from RGB is 134 - color contains mainly: red. Hex color #860277 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860277 is #79FD88. Grayscale: #363636. Windows color (decimal): -7994761 or 7799430. OLE color: 7799430.

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

Color convert

RGB 134 2 119 -
CMYK 0 0.99 0.11 0.47
HSL 306.82º 0.97% 0.27% -
HSV(B) 306.82º 0.99% 0.53% -
XYZ 13.18 6.44 18 -
YUV 54.81 164.23 184.49 -
System Red Green Blue C M Y K H S L
Decimal 134 2 119 0 0.99 0.11 0.47 306.82 0.97 0.27
Hex 86 2 77 0 63 B 2F 133 61 1B
Octal 206 2 167 0 143 13 57 463 141 33
Binary 10000110 10 1110111 0 1100011 1011 101111 100110011 1100001 11011

Color Harmonies of #860277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860277

Black with #860277

Text Example


Text Example

White with #860277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860277; }

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

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

background-color css

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

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

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

border-color css

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

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

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