Html Css Color HEX #821063 Dark Purple

📋 copy color: '#821063'

red 130 ◦ green 16 ◦ blue 99

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

Shades of Dark Purple #821063

Tints of Dark Purple #821063

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.53%

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

R = 53.06%
G = 6.53%
B = 40.41%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.24

 K value IS 0.49

RGB Variations

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

Color information

#821063 (or 0x821063) is known color: Dark Purple. HEX triplet: 82, 10 and 63. RGB value is (130,16,99). Sum of RGB (Red+Green+Blue) = 130+16+99=245 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.06% from 245); Green value is 16 (6.64% from 255 or 6.53% from 245); Blue value is 99 (39.06% from 255 or 40.41% from 245); Max value from RGB is 130 - color contains mainly: red. Hex color #821063 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821063 is #7DEF9C. Grayscale: #3B3B3B. Windows color (decimal): -8253341 or 6492290. OLE color: 6492290.

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

Color convert

RGB 130 16 99 -
CMYK 0 0.88 0.24 0.49
HSL 316.32º 0.78% 0.29% -
HSV(B) 316.32º 0.88% 0.51% -
XYZ 11.64 6.02 12.35 -
YUV 59.55 150.27 178.25 -
System Red Green Blue C M Y K H S L
Decimal 130 16 99 0 0.88 0.24 0.49 316.32 0.78 0.29
Hex 82 10 63 0 58 18 31 13C 4E 1D
Octal 202 20 143 0 130 30 61 474 116 35
Binary 10000010 10000 1100011 0 1011000 11000 110001 100111100 1001110 11101

Color Harmonies of #821063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821063

Black with #821063

Text Example


Text Example

White with #821063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821063; }

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

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

background-color css

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

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

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

border-color css

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

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

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