Html Css Color HEX #870973 Purple

📋 copy color: '#870973'

red 135 ◦ green 9 ◦ blue 115

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

Shades of Purple #870973

Tints of Purple #870973

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.47%

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

R = 52.12%
G = 3.47%
B = 44.4%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#870973 (or 0x870973) is known color: Purple. HEX triplet: 87, 09 and 73. RGB value is (135,9,115). Sum of RGB (Red+Green+Blue) = 135+9+115=259 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.12% from 259); Green value is 9 (3.91% from 255 or 3.47% from 259); Blue value is 115 (45.31% from 255 or 44.40% from 259); Max value from RGB is 135 - color contains mainly: red. Hex color #870973 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870973 is #78F68C. Grayscale: #3A3A3A. Windows color (decimal): -7927437 or 7539079. OLE color: 7539079.

HSL color Cylindrical-coordinate representation of color #870973: hue angle of 309.52º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #870973 is Cyan = 0, Magento = 0.93, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 9 115 -
CMYK 0 0.93 0.15 0.47
HSL 309.52º 0.88% 0.28% -
HSV(B) 309.52º 0.93% 0.53% -
XYZ 13.18 6.58 16.8 -
YUV 58.76 159.74 182.38 -
System Red Green Blue C M Y K H S L
Decimal 135 9 115 0 0.93 0.15 0.47 309.52 0.88 0.28
Hex 87 9 73 0 5D F 2F 136 58 1C
Octal 207 11 163 0 135 17 57 466 130 34
Binary 10000111 1001 1110011 0 1011101 1111 101111 100110110 1011000 11100

Color Harmonies of #870973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870973

Black with #870973

Text Example


Text Example

White with #870973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870973; }

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

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

background-color css

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

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

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

border-color css

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

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

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