#821362

Color #821362 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #821362

Tints of Dark Purple #821362

Color information

#821362 (or 0x821362) is unknown color: approx Dark Purple. HEX triplet: 82, 13 and 62. RGB value is (130,19,98). Sum of RGB (Red+Green+Blue) = 130+19+98=247 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.63% from 247); Green value is 19 (7.81% from 255 or 7.69% from 247); Blue value is 98 (38.67% from 255 or 39.68% from 247); Max value from RGB is 130 - color contains mainly: red. Hex color #821362 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821362 is #7DEC9D. Grayscale: #3C3C3C. Windows color (decimal): -8252574 or 6427522. OLE color: 6427522.

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

Color convert

RGB1301998-
CMYK00.850.250.49
HSL317.3º74.5%29.22%-
HSV(B)317.3º85.38%50.98%-
XYZ11.646.0912.12-
YUV61.19148.77177.08-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 52.63%
GREEN value IS 19 (7.81% from 255) = 7.69%
BLUE value IS 98 (38.67% from 255) = 39.68%
R=52.63%
G=7.69%
B=39.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130199800.850.250.49317.374.529.22
Hex821362055193113d4a1d
Octal202231420125316147511235
Binary100000101001111000100101010111001110001100111101100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821362; }

 p { color: rgb(130,19,98); }

 H1.HeaderClassName
 {
   color: #821362;
 }
 .AnyTagClassName
 {
   color: #821362;
 }
</style>
background-color css

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

 a { background-color: rgb(130,19,98); }

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

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

 span { border-color: rgb(130,19,98); }

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