Html Css Color HEX #860177 Purple

📋 copy color: '#860177'

red 134 ◦ green 1 ◦ blue 119

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

Shades of Purple #860177

Tints of Purple #860177

RGB

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

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

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

R = 52.76%
G = 0.39%
B = 46.85%

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

#860177 (or 0x860177) is known color: Purple. HEX triplet: 86, 01 and 77. RGB value is (134,1,119). Sum of RGB (Red+Green+Blue) = 134+1+119=254 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.76% from 254); Green value is 1 (0.78% from 255 or 0.39% from 254); Blue value is 119 (46.88% from 255 or 46.85% from 254); Max value from RGB is 134 - color contains mainly: red. Hex color #860177 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860177 is #79FE88. Grayscale: #353535. Windows color (decimal): -7995017 or 7799174. OLE color: 7799174.

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

Color convert

RGB 134 1 119 -
CMYK 0 0.99 0.11 0.47
HSL 306.77º 0.99% 0.26% -
HSV(B) 306.77º 0.99% 0.53% -
XYZ 13.17 6.42 18 -
YUV 54.22 164.56 184.91 -
System Red Green Blue C M Y K H S L
Decimal 134 1 119 0 0.99 0.11 0.47 306.77 0.99 0.26
Hex 86 1 77 0 63 B 2F 133 63 1A
Octal 206 1 167 0 143 13 57 463 143 32
Binary 10000110 1 1110111 0 1100011 1011 101111 100110011 1100011 11010

Color Harmonies of #860177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860177

Black with #860177

Text Example


Text Example

White with #860177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860177; }

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

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

background-color css

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

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

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

border-color css

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

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

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