#62245C

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

Shades of Palatinate Purple #62245C

Tints of Palatinate Purple #62245C

Color information

#62245C (or 0x62245C) is unknown color: approx Palatinate Purple. HEX triplet: 62, 24 and 5C. RGB value is (98,36,92). Sum of RGB (Red+Green+Blue) = 98+36+92=226 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.36% from 226); Green value is 36 (14.45% from 255 or 15.93% from 226); Blue value is 92 (36.33% from 255 or 40.71% from 226); Max value from RGB is 98 - color contains mainly: red. Hex color #62245C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62245C is #9DDBA3. Grayscale: #3C3C3C. Windows color (decimal): -10345380 or 6038626. OLE color: 6038626.

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

Color convert

RGB983692-
CMYK00.630.060.62
HSL305.81º46.27%26.27%-
HSV(B)305.81º63.27%38.43%-
XYZ7.64.6310.62-
YUV60.92145.54154.45-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 43.36%
GREEN value IS 36 (14.45% from 255) = 15.93%
BLUE value IS 92 (36.33% from 255) = 40.71%
R=43.36%
G=15.93%
B=40.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98369200.630.060.62305.8146.2726.27
Hex62245C03F63E1322e1a
Octal142441340776764625632
Binary11000101001001011100011111111011111010011001010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62245C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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