Html Css Color HEX #821D63 Dark Purple

📋 copy color: '#821D63'

red 130 ◦ green 29 ◦ blue 99

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

Shades of Dark Purple #821D63

Tints of Dark Purple #821D63

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.24%

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

R = 50.39%
G = 11.24%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.24

 K value IS 0.49

RGB Variations

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

Color information

#821D63 (or 0x821D63) is known color: Dark Purple. HEX triplet: 82, 1D and 63. RGB value is (130,29,99). Sum of RGB (Red+Green+Blue) = 130+29+99=258 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.39% from 258); Green value is 29 (11.72% from 255 or 11.24% from 258); Blue value is 99 (39.06% from 255 or 38.37% from 258); Max value from RGB is 130 - color contains mainly: red. Hex color #821D63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #821D63 is #7DE29C. Grayscale: #434343. Windows color (decimal): -8250013 or 6495618. OLE color: 6495618.

HSL color Cylindrical-coordinate representation of color #821D63: hue angle of 318.42º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #821D63 is Cyan = 0, Magento = 0.78, Yellow = 0.24 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 29 99 -
CMYK 0 0.78 0.24 0.49
HSL 318.42º 0.64% 0.31% -
HSV(B) 318.42º 0.78% 0.51% -
XYZ 11.9 6.53 12.44 -
YUV 67.18 145.96 172.81 -
System Red Green Blue C M Y K H S L
Decimal 130 29 99 0 0.78 0.24 0.49 318.42 0.64 0.31
Hex 82 1D 63 0 4E 18 31 13E 40 1F
Octal 202 35 143 0 116 30 61 476 100 37
Binary 10000010 11101 1100011 0 1001110 11000 110001 100111110 1000000 11111

Color Harmonies of #821D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821D63

Black with #821D63

Text Example


Text Example

White with #821D63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821D63; }

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

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

background-color css

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

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

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

border-color css

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

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

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