Html Css Color HEX #821787 Dark Purple

📋 copy color: '#821787'

red 130 ◦ green 23 ◦ blue 135

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

Shades of Dark Purple #821787

Tints of Dark Purple #821787

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.99%

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

R = 45.14%
G = 7.99%
B = 46.88%

CMYK

 C value IS 0.04

 M value IS 0.83

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#821787 (or 0x821787) is known color: Dark Purple. HEX triplet: 82, 17 and 87. RGB value is (130,23,135). Sum of RGB (Red+Green+Blue) = 130+23+135=288 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.14% from 288); Green value is 23 (9.38% from 255 or 7.99% from 288); Blue value is 135 (53.12% from 255 or 46.88% from 288); Max value from RGB is 135 - color contains mainly: blue. Hex color #821787 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #821787 is #7DE878. Grayscale: #434343. Windows color (decimal): -8251513 or 8853378. OLE color: 8853378.

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

Color convert

RGB 130 23 135 -
CMYK 0.04 0.83 0 0.47
HSL 297.32º 0.71% 0.31% -
HSV(B) 297.32º 0.83% 0.53% -
XYZ 13.89 7.11 23.56 -
YUV 67.76 165.95 172.39 -
System Red Green Blue C M Y K H S L
Decimal 130 23 135 0.04 0.83 0 0.47 297.32 0.71 0.31
Hex 82 17 87 4 53 0 2F 129 47 1F
Octal 202 27 207 4 123 0 57 451 107 37
Binary 10000010 10111 10000111 100 1010011 0 101111 100101001 1000111 11111

Color Harmonies of #821787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821787

Black with #821787

Text Example


Text Example

White with #821787

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821787; }

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

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

background-color css

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

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

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

border-color css

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

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

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