Html Css Color HEX #821487 Purple

📋 copy color: '#821487'

red 130 ◦ green 20 ◦ blue 135

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

Shades of Purple #821487

Tints of Purple #821487

RGB

 RED value IS 130 (51.17% from 255) = 45.61%

 GREEN value IS 20 (8.2% from 255) = 7.02%

 BLUE value IS 135 (53.13% from 255) = 47.37%

R = 45.61%
G = 7.02%
B = 47.37%

CMYK

 C value IS 0.04

 M value IS 0.85

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#821487 (or 0x821487) is known color: Purple. HEX triplet: 82, 14 and 87. RGB value is (130,20,135). Sum of RGB (Red+Green+Blue) = 130+20+135=285 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.61% from 285); Green value is 20 (8.20% from 255 or 7.02% from 285); Blue value is 135 (53.12% from 255 or 47.37% from 285); Max value from RGB is 135 - color contains mainly: blue. Hex color #821487 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #821487 is #7DEB78. Grayscale: #414141. Windows color (decimal): -8252281 or 8852610. OLE color: 8852610.

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

Color convert

RGB 130 20 135 -
CMYK 0.04 0.85 0 0.47
HSL 297.39º 0.74% 0.3% -
HSV(B) 297.39º 0.85% 0.53% -
XYZ 13.83 7 23.54 -
YUV 66 166.94 173.65 -
System Red Green Blue C M Y K H S L
Decimal 130 20 135 0.04 0.85 0 0.47 297.39 0.74 0.3
Hex 82 14 87 4 55 0 2F 129 4A 1E
Octal 202 24 207 4 125 0 57 451 112 36
Binary 10000010 10100 10000111 100 1010101 0 101111 100101001 1001010 11110

Color Harmonies of #821487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821487

Black with #821487

Text Example


Text Example

White with #821487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821487; }

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

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

background-color css

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

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

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

border-color css

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

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

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