Html Css Color HEX #860273 Purple

📋 copy color: '#860273'

red 134 ◦ green 2 ◦ blue 115

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

Shades of Purple #860273

Tints of Purple #860273

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.8%

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

R = 53.39%
G = 0.8%
B = 45.82%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#860273 (or 0x860273) is known color: Purple. HEX triplet: 86, 02 and 73. RGB value is (134,2,115). Sum of RGB (Red+Green+Blue) = 134+2+115=251 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.39% from 251); Green value is 2 (1.17% from 255 or 0.80% from 251); Blue value is 115 (45.31% from 255 or 45.82% from 251); Max value from RGB is 134 - color contains mainly: red. Hex color #860273 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860273 is #79FD8C. Grayscale: #363636. Windows color (decimal): -7994765 or 7537286. OLE color: 7537286.

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

Color convert

RGB 134 2 115 -
CMYK 0 0.99 0.14 0.47
HSL 308.64º 0.97% 0.27% -
HSV(B) 308.64º 0.99% 0.53% -
XYZ 12.95 6.35 16.76 -
YUV 54.35 162.23 184.81 -
System Red Green Blue C M Y K H S L
Decimal 134 2 115 0 0.99 0.14 0.47 308.64 0.97 0.27
Hex 86 2 73 0 63 E 2F 135 61 1B
Octal 206 2 163 0 143 16 57 465 141 33
Binary 10000110 10 1110011 0 1100011 1110 101111 100110101 1100001 11011

Color Harmonies of #860273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860273

Black with #860273

Text Example


Text Example

White with #860273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860273; }

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

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

background-color css

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

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

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

border-color css

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

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

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