#62245B

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

Shades of Palatinate Purple #62245B

Tints of Palatinate Purple #62245B

Color information

#62245B (or 0x62245B) is unknown color: approx Palatinate Purple. HEX triplet: 62, 24 and 5B. RGB value is (98,36,91). Sum of RGB (Red+Green+Blue) = 98+36+91=225 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.56% from 225); Green value is 36 (14.45% from 255 or 16% from 225); Blue value is 91 (35.94% from 255 or 40.44% from 225); Max value from RGB is 98 - color contains mainly: red. Hex color #62245B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62245B is #9DDBA4. Grayscale: #3C3C3C. Windows color (decimal): -10345381 or 5973090. OLE color: 5973090.

HSL color Cylindrical-coordinate representation of color #62245B: hue angle of 306.77º degrees, saturation: 0.46, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #62245B is Cyan = 0, Magento = 0.63, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB983691-
CMYK00.630.070.62
HSL306.77º46.27%26.27%-
HSV(B)306.77º63.27%38.43%-
XYZ7.564.6110.39-
YUV60.81145.04154.53-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 43.56%
GREEN value IS 36 (14.45% from 255) = 16%
BLUE value IS 91 (35.94% from 255) = 40.44%
R=43.56%
G=16%
B=40.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98369100.630.070.62306.7746.2726.27
Hex62245B03F73E1332e1a
Octal142441330777764635632
Binary11000101001001011011011111111111111010011001110111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62245B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62245B; }

 p { color: rgb(98,36,91); }

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

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

 a { background-color: rgb(98,36,91); }

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

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

 span { border-color: rgb(98,36,91); }

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