Html Css Color HEX #860073 Purple

📋 copy color: '#860073'

red 134 ◦ green 0 ◦ blue 115

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

Shades of Purple #860073

Tints of Purple #860073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 46.18%

R = 53.82%
G = 0%
B = 46.18%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#860073 (or 0x860073) is known color: Purple. HEX triplet: 86, 00 and 73. RGB value is (134,0,115). Sum of RGB (Red+Green+Blue) = 134+0+115=249 (32% of max value = 765). Red value is 134 (52.73% from 255 or 53.82% from 249); Green value is 0 (0.39% from 255 or 0% from 249); Blue value is 115 (45.31% from 255 or 46.18% from 249); Max value from RGB is 134 - color contains mainly: red. Hex color #860073 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860073 is #79FF8C. Grayscale: #343434. Windows color (decimal): -7995277 or 7536774. OLE color: 7536774.

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

Color convert

RGB 134 0 115 -
CMYK 0 1 0.14 0.47
HSL 308.51º 1% 0.26% -
HSV(B) 308.51º 1% 0.53% -
XYZ 12.93 6.31 16.76 -
YUV 53.18 162.89 185.65 -
System Red Green Blue C M Y K H S L
Decimal 134 0 115 0 1 0.14 0.47 308.51 1 0.26
Hex 86 0 73 0 64 E 2F 135 64 1A
Octal 206 0 163 0 144 16 57 465 144 32
Binary 10000110 0 1110011 0 1100100 1110 101111 100110101 1100100 11010

Color Harmonies of #860073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860073

Black with #860073

Text Example


Text Example

White with #860073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860073; }

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

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

background-color css

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

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

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

border-color css

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

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

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