Html Css Color HEX #870273 Purple

📋 copy color: '#870273'

red 135 ◦ green 2 ◦ blue 115

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

Shades of Purple #870273

Tints of Purple #870273

RGB

 RED value IS 135 (53.13% from 255) = 53.57%

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

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

R = 53.57%
G = 0.79%
B = 45.63%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#870273 (or 0x870273) is known color: Purple. HEX triplet: 87, 02 and 73. RGB value is (135,2,115). Sum of RGB (Red+Green+Blue) = 135+2+115=252 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.57% from 252); Green value is 2 (1.17% from 255 or 0.79% from 252); Blue value is 115 (45.31% from 255 or 45.63% from 252); Max value from RGB is 135 - color contains mainly: red. Hex color #870273 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870273 is #78FD8C. Grayscale: #363636. Windows color (decimal): -7929229 or 7537287. OLE color: 7537287.

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

Color convert

RGB 135 2 115 -
CMYK 0 0.99 0.15 0.47
HSL 309.02º 0.97% 0.27% -
HSV(B) 309.02º 0.99% 0.53% -
XYZ 13.11 6.43 16.77 -
YUV 54.65 162.06 185.31 -
System Red Green Blue C M Y K H S L
Decimal 135 2 115 0 0.99 0.15 0.47 309.02 0.97 0.27
Hex 87 2 73 0 63 F 2F 135 61 1B
Octal 207 2 163 0 143 17 57 465 141 33
Binary 10000111 10 1110011 0 1100011 1111 101111 100110101 1100001 11011

Color Harmonies of #870273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870273

Black with #870273

Text Example


Text Example

White with #870273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870273; }

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

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

background-color css

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

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

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

border-color css

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

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

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