Html Css Color HEX #821263 Dark Purple

📋 copy color: '#821263'

red 130 ◦ green 18 ◦ blue 99

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

Shades of Dark Purple #821263

Tints of Dark Purple #821263

RGB

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

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

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

R = 52.63%
G = 7.29%
B = 40.08%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.24

 K value IS 0.49

RGB Variations

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

Color information

#821263 (or 0x821263) is known color: Dark Purple. HEX triplet: 82, 12 and 63. RGB value is (130,18,99). Sum of RGB (Red+Green+Blue) = 130+18+99=247 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.63% from 247); Green value is 18 (7.42% from 255 or 7.29% from 247); Blue value is 99 (39.06% from 255 or 40.08% from 247); Max value from RGB is 130 - color contains mainly: red. Hex color #821263 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821263 is #7DED9C. Grayscale: #3C3C3C. Windows color (decimal): -8252829 or 6492802. OLE color: 6492802.

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

Color convert

RGB 130 18 99 -
CMYK 0 0.86 0.24 0.49
HSL 316.61º 0.76% 0.29% -
HSV(B) 316.61º 0.86% 0.51% -
XYZ 11.67 6.08 12.36 -
YUV 60.72 149.61 177.41 -
System Red Green Blue C M Y K H S L
Decimal 130 18 99 0 0.86 0.24 0.49 316.61 0.76 0.29
Hex 82 12 63 0 56 18 31 13D 4C 1D
Octal 202 22 143 0 126 30 61 475 114 35
Binary 10000010 10010 1100011 0 1010110 11000 110001 100111101 1001100 11101

Color Harmonies of #821263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821263

Black with #821263

Text Example


Text Example

White with #821263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821263; }

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

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

background-color css

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

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

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

border-color css

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

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

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