Html Css Color HEX #860276 Purple

📋 copy color: '#860276'

red 134 ◦ green 2 ◦ blue 118

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

Shades of Purple #860276

Tints of Purple #860276

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 46.46%

R = 52.76%
G = 0.79%
B = 46.46%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#860276 (or 0x860276) is known color: Purple. HEX triplet: 86, 02 and 76. RGB value is (134,2,118). Sum of RGB (Red+Green+Blue) = 134+2+118=254 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.76% from 254); Green value is 2 (1.17% from 255 or 0.79% from 254); Blue value is 118 (46.48% from 255 or 46.46% from 254); Max value from RGB is 134 - color contains mainly: red. Hex color #860276 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860276 is #79FD89. Grayscale: #363636. Windows color (decimal): -7994762 or 7733894. OLE color: 7733894.

HSL color Cylindrical-coordinate representation of color #860276: hue angle of 307.27º 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 #860276 is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 2 118 -
CMYK 0 0.99 0.12 0.47
HSL 307.27º 0.97% 0.27% -
HSV(B) 307.27º 0.99% 0.53% -
XYZ 13.12 6.42 17.69 -
YUV 54.69 163.73 184.57 -
System Red Green Blue C M Y K H S L
Decimal 134 2 118 0 0.99 0.12 0.47 307.27 0.97 0.27
Hex 86 2 76 0 63 C 2F 133 61 1B
Octal 206 2 166 0 143 14 57 463 141 33
Binary 10000110 10 1110110 0 1100011 1100 101111 100110011 1100001 11011

Color Harmonies of #860276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860276

Black with #860276

Text Example


Text Example

White with #860276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860276; }

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

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

background-color css

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

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

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

border-color css

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

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

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