#62045B

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

Shades of Palatinate Purple #62045B

Tints of Palatinate Purple #62045B

Color information

#62045B (or 0x62045B) is unknown color: approx Palatinate Purple. HEX triplet: 62, 04 and 5B. RGB value is (98,4,91). Sum of RGB (Red+Green+Blue) = 98+4+91=193 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50.78% from 193); Green value is 4 (1.95% from 255 or 2.07% from 193); Blue value is 91 (35.94% from 255 or 47.15% from 193); Max value from RGB is 98 - color contains mainly: red. Hex color #62045B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62045B is #9DFBA4. Grayscale: #292929. Windows color (decimal): -10353573 or 5964898. OLE color: 5964898.

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

Color convert

RGB98491-
CMYK00.960.070.62
HSL304.47º92.16%20%-
HSV(B)304.47º95.92%38.43%-
XYZ6.973.4410.19-
YUV42.02155.64167.93-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 50.78%
GREEN value IS 4 (1.95% from 255) = 2.07%
BLUE value IS 91 (35.94% from 255) = 47.15%
R=50.78%
G=2.07%
B=47.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9849100.960.070.62304.4792.1620
Hex6245B06073E1305c14
Octal1424133014077646013424
Binary1100010100101101101100000111111110100110000101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62045B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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