Html Css Color HEX #821287 Purple

📋 copy color: '#821287'

red 130 ◦ green 18 ◦ blue 135

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

Shades of Purple #821287

Tints of Purple #821287

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.36%

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

R = 45.94%
G = 6.36%
B = 47.7%

CMYK

 C value IS 0.04

 M value IS 0.87

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#821287 (or 0x821287) is known color: Purple. HEX triplet: 82, 12 and 87. RGB value is (130,18,135). Sum of RGB (Red+Green+Blue) = 130+18+135=283 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.94% from 283); Green value is 18 (7.42% from 255 or 6.36% from 283); Blue value is 135 (53.12% from 255 or 47.70% from 283); Max value from RGB is 135 - color contains mainly: blue. Hex color #821287 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #821287 is #7DED78. Grayscale: #404040. Windows color (decimal): -8252793 or 8852098. OLE color: 8852098.

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

Color convert

RGB 130 18 135 -
CMYK 0.04 0.87 0 0.47
HSL 297.44º 0.76% 0.3% -
HSV(B) 297.44º 0.87% 0.53% -
XYZ 13.8 6.93 23.53 -
YUV 64.83 167.61 174.49 -
System Red Green Blue C M Y K H S L
Decimal 130 18 135 0.04 0.87 0 0.47 297.44 0.76 0.3
Hex 82 12 87 4 57 0 2F 129 4C 1E
Octal 202 22 207 4 127 0 57 451 114 36
Binary 10000010 10010 10000111 100 1010111 0 101111 100101001 1001100 11110

Color Harmonies of #821287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821287

Black with #821287

Text Example


Text Example

White with #821287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821287; }

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

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

background-color css

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

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

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

border-color css

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

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

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