Html Css Color HEX #860178 Purple

📋 copy color: '#860178'

red 134 ◦ green 1 ◦ blue 120

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

Shades of Purple #860178

Tints of Purple #860178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 47.06%

R = 52.55%
G = 0.39%
B = 47.06%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#860178 (or 0x860178) is known color: Purple. HEX triplet: 86, 01 and 78. RGB value is (134,1,120). Sum of RGB (Red+Green+Blue) = 134+1+120=255 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.55% from 255); Green value is 1 (0.78% from 255 or 0.39% from 255); Blue value is 120 (47.27% from 255 or 47.06% from 255); Max value from RGB is 134 - color contains mainly: red. Hex color #860178 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860178 is #79FE87. Grayscale: #353535. Windows color (decimal): -7995016 or 7864710. OLE color: 7864710.

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

Color convert

RGB 134 1 120 -
CMYK 0 0.99 0.10 0.47
HSL 306.32º 0.99% 0.26% -
HSV(B) 306.32º 0.99% 0.53% -
XYZ 13.23 6.45 18.32 -
YUV 54.33 165.06 184.82 -
System Red Green Blue C M Y K H S L
Decimal 134 1 120 0 0.99 0.10 0.47 306.32 0.99 0.26
Hex 86 1 78 0 63 A 2F 132 63 1A
Octal 206 1 170 0 143 12 57 462 143 32
Binary 10000110 1 1111000 0 1100011 1010 101111 100110010 1100011 11010

Color Harmonies of #860178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860178

Black with #860178

Text Example


Text Example

White with #860178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860178; }

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

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

background-color css

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

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

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

border-color css

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

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

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