Html Css Color HEX #821563 Dark Purple

📋 copy color: '#821563'

red 130 ◦ green 21 ◦ blue 99

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

Shades of Dark Purple #821563

Tints of Dark Purple #821563

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.4%

 BLUE value IS 99 (39.06% from 255) = 39.6%

R = 52%
G = 8.4%
B = 39.6%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.24

 K value IS 0.49

RGB Variations

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

Color information

#821563 (or 0x821563) is known color: Dark Purple. HEX triplet: 82, 15 and 63. RGB value is (130,21,99). Sum of RGB (Red+Green+Blue) = 130+21+99=250 (33% of max value = 765). Red value is 130 (51.17% from 255 or 52% from 250); Green value is 21 (8.59% from 255 or 8.4% from 250); Blue value is 99 (39.06% from 255 or 39.6% from 250); Max value from RGB is 130 - color contains mainly: red. Hex color #821563 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821563 is #7DEA9C. Grayscale: #3E3E3E. Windows color (decimal): -8252061 or 6493570. OLE color: 6493570.

HSL color Cylindrical-coordinate representation of color #821563: hue angle of 317.06º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #821563 is Cyan = 0, Magento = 0.84, Yellow = 0.24 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 21 99 -
CMYK 0 0.84 0.24 0.49
HSL 317.06º 0.72% 0.3% -
HSV(B) 317.06º 0.84% 0.51% -
XYZ 11.73 6.18 12.38 -
YUV 62.48 148.61 176.16 -
System Red Green Blue C M Y K H S L
Decimal 130 21 99 0 0.84 0.24 0.49 317.06 0.72 0.3
Hex 82 15 63 0 54 18 31 13D 48 1E
Octal 202 25 143 0 124 30 61 475 110 36
Binary 10000010 10101 1100011 0 1010100 11000 110001 100111101 1001000 11110

Color Harmonies of #821563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821563

Black with #821563

Text Example


Text Example

White with #821563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821563; }

 p { color: rgb(130,21,99); }

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

background-color css

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

 a { background-color: rgb(130,21,99); }

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

border-color css

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

 span { border-color: rgb(130,21,99); }

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