#62215C

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

Shades of Palatinate Purple #62215C

Tints of Palatinate Purple #62215C

Color information

#62215C (or 0x62215C) is unknown color: approx Palatinate Purple. HEX triplet: 62, 21 and 5C. RGB value is (98,33,92). Sum of RGB (Red+Green+Blue) = 98+33+92=223 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.95% from 223); Green value is 33 (13.28% from 255 or 14.80% from 223); Blue value is 92 (36.33% from 255 or 41.26% from 223); Max value from RGB is 98 - color contains mainly: red. Hex color #62215C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62215C is #9DDEA3. Grayscale: #3A3A3A. Windows color (decimal): -10346148 or 6037858. OLE color: 6037858.

HSL color Cylindrical-coordinate representation of color #62215C: hue angle of 305.54º 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 #62215C is Cyan = 0, Magento = 0.66, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB983392-
CMYK00.660.060.62
HSL305.54º49.62%25.69%-
HSV(B)305.54º66.33%38.43%-
XYZ7.514.4610.59-
YUV59.16146.53155.7-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 43.95%
GREEN value IS 33 (13.28% from 255) = 14.80%
BLUE value IS 92 (36.33% from 255) = 41.26%
R=43.95%
G=14.80%
B=41.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98339200.660.060.62305.5449.6225.69
Hex62215C04263E132321a
Octal1424113401026764626232
Binary110001010000110111000100001011011111010011001011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62215C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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