Html Css Color HEX #860078 Purple

📋 copy color: '#860078'

red 134 ◦ green 0 ◦ blue 120

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

Shades of Purple #860078

Tints of Purple #860078

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 52.76%
G = 0%
B = 47.24%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#860078 (or 0x860078) is known color: Purple. HEX triplet: 86, 00 and 78. RGB value is (134,0,120). Sum of RGB (Red+Green+Blue) = 134+0+120=254 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.76% from 254); Green value is 0 (0.39% from 255 or 0% from 254); Blue value is 120 (47.27% from 255 or 47.24% from 254); Max value from RGB is 134 - color contains mainly: red. Hex color #860078 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860078 is #79FF87. Grayscale: #353535. Windows color (decimal): -7995272 or 7864454. OLE color: 7864454.

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

Color convert

RGB 134 0 120 -
CMYK 0 1 0.10 0.47
HSL 306.27º 1% 0.26% -
HSV(B) 306.27º 1% 0.53% -
XYZ 13.22 6.42 18.31 -
YUV 53.75 165.39 185.24 -
System Red Green Blue C M Y K H S L
Decimal 134 0 120 0 1 0.10 0.47 306.27 1 0.26
Hex 86 0 78 0 64 A 2F 132 64 1A
Octal 206 0 170 0 144 12 57 462 144 32
Binary 10000110 0 1111000 0 1100100 1010 101111 100110010 1100100 11010

Color Harmonies of #860078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860078

Black with #860078

Text Example


Text Example

White with #860078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860078; }

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

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

background-color css

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

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

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

border-color css

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

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

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