Html Css Color HEX #870482 Purple

📋 copy color: '#870482'

red 135 ◦ green 4 ◦ blue 130

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

Shades of Purple #870482

Tints of Purple #870482

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.49%

 BLUE value IS 130 (51.17% from 255) = 48.33%

R = 50.19%
G = 1.49%
B = 48.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#870482 (or 0x870482) is known color: Purple. HEX triplet: 87, 04 and 82. RGB value is (135,4,130). Sum of RGB (Red+Green+Blue) = 135+4+130=269 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.19% from 269); Green value is 4 (1.95% from 255 or 1.49% from 269); Blue value is 130 (51.17% from 255 or 48.33% from 269); Max value from RGB is 135 - color contains mainly: red. Hex color #870482 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870482 is #78FB7D. Grayscale: #393939. Windows color (decimal): -7928702 or 8520839. OLE color: 8520839.

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

Color convert

RGB 135 4 130 -
CMYK 0 0.97 0.04 0.47
HSL 302.29º 0.94% 0.27% -
HSV(B) 302.29º 0.97% 0.53% -
XYZ 14.06 6.85 21.7 -
YUV 57.53 168.9 183.25 -
System Red Green Blue C M Y K H S L
Decimal 135 4 130 0 0.97 0.04 0.47 302.29 0.94 0.27
Hex 87 4 82 0 61 4 2F 12E 5E 1B
Octal 207 4 202 0 141 4 57 456 136 33
Binary 10000111 100 10000010 0 1100001 100 101111 100101110 1011110 11011

Color Harmonies of #870482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870482

Black with #870482

Text Example


Text Example

White with #870482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870482; }

 p { color: rgb(135,4,130); }

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

background-color css

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

 a { background-color: rgb(135,4,130); }

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

border-color css

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

 span { border-color: rgb(135,4,130); }

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