#62215D

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

Shades of Palatinate Purple #62215D

Tints of Palatinate Purple #62215D

Color information

#62215D (or 0x62215D) is unknown color: approx Palatinate Purple. HEX triplet: 62, 21 and 5D. RGB value is (98,33,93). Sum of RGB (Red+Green+Blue) = 98+33+93=224 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.75% from 224); Green value is 33 (13.28% from 255 or 14.73% from 224); Blue value is 93 (36.72% from 255 or 41.52% from 224); Max value from RGB is 98 - color contains mainly: red. Hex color #62215D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62215D is #9DDEA2. Grayscale: #3B3B3B. Windows color (decimal): -10346147 or 6103394. OLE color: 6103394.

HSL color Cylindrical-coordinate representation of color #62215D: hue angle of 304.62º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #62215D is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB983393-
CMYK00.660.050.62
HSL304.62º49.62%25.69%-
HSV(B)304.62º66.33%38.43%-
XYZ7.564.4710.82-
YUV59.28147.03155.62-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 43.75%
GREEN value IS 33 (13.28% from 255) = 14.73%
BLUE value IS 93 (36.72% from 255) = 41.52%
R=43.75%
G=14.73%
B=41.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98339300.660.050.62304.6249.6225.69
Hex62215D04253E131321a
Octal1424113501025764616232
Binary110001010000110111010100001010111111010011000111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62215D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62215D; }

 p { color: rgb(98,33,93); }

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

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

 a { background-color: rgb(98,33,93); }

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

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

 span { border-color: rgb(98,33,93); }

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