Html Css Color HEX #821387 Purple

📋 copy color: '#821387'

red 130 ◦ green 19 ◦ blue 135

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

Shades of Purple #821387

Tints of Purple #821387

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.69%

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

R = 45.77%
G = 6.69%
B = 47.54%

CMYK

 C value IS 0.04

 M value IS 0.86

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#821387 (or 0x821387) is known color: Purple. HEX triplet: 82, 13 and 87. RGB value is (130,19,135). Sum of RGB (Red+Green+Blue) = 130+19+135=284 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.77% from 284); Green value is 19 (7.81% from 255 or 6.69% from 284); Blue value is 135 (53.12% from 255 or 47.54% from 284); Max value from RGB is 135 - color contains mainly: blue. Hex color #821387 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #821387 is #7DEC78. Grayscale: #414141. Windows color (decimal): -8252537 or 8852354. OLE color: 8852354.

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

Color convert

RGB 130 19 135 -
CMYK 0.04 0.86 0 0.47
HSL 297.41º 0.75% 0.3% -
HSV(B) 297.41º 0.86% 0.53% -
XYZ 13.81 6.96 23.54 -
YUV 65.41 167.27 174.07 -
System Red Green Blue C M Y K H S L
Decimal 130 19 135 0.04 0.86 0 0.47 297.41 0.75 0.3
Hex 82 13 87 4 56 0 2F 129 4B 1E
Octal 202 23 207 4 126 0 57 451 113 36
Binary 10000010 10011 10000111 100 1010110 0 101111 100101001 1001011 11110

Color Harmonies of #821387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821387

Black with #821387

Text Example


Text Example

White with #821387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821387; }

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

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

background-color css

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

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

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

border-color css

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

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

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