Html Css Color HEX #860176 Purple

📋 copy color: '#860176'

red 134 ◦ green 1 ◦ blue 118

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

Shades of Purple #860176

Tints of Purple #860176

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

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

R = 52.96%
G = 0.4%
B = 46.64%

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

#860176 (or 0x860176) is known color: Purple. HEX triplet: 86, 01 and 76. RGB value is (134,1,118). Sum of RGB (Red+Green+Blue) = 134+1+118=253 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.96% from 253); Green value is 1 (0.78% from 255 or 0.40% from 253); Blue value is 118 (46.48% from 255 or 46.64% from 253); Max value from RGB is 134 - color contains mainly: red. Hex color #860176 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860176 is #79FE89. Grayscale: #353535. Windows color (decimal): -7995018 or 7733638. OLE color: 7733638.

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

Color convert

RGB 134 1 118 -
CMYK 0 0.99 0.12 0.47
HSL 307.22º 0.99% 0.26% -
HSV(B) 307.22º 0.99% 0.53% -
XYZ 13.11 6.4 17.68 -
YUV 54.11 164.06 184.99 -
System Red Green Blue C M Y K H S L
Decimal 134 1 118 0 0.99 0.12 0.47 307.22 0.99 0.26
Hex 86 1 76 0 63 C 2F 133 63 1A
Octal 206 1 166 0 143 14 57 463 143 32
Binary 10000110 1 1110110 0 1100011 1100 101111 100110011 1100011 11010

Color Harmonies of #860176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860176

Black with #860176

Text Example


Text Example

White with #860176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860176; }

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

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

background-color css

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

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

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

border-color css

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

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

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