#62045E

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

Shades of Palatinate Purple #62045E

Tints of Palatinate Purple #62045E

Color information

#62045E (or 0x62045E) is unknown color: approx Palatinate Purple. HEX triplet: 62, 04 and 5E. RGB value is (98,4,94). Sum of RGB (Red+Green+Blue) = 98+4+94=196 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50% from 196); Green value is 4 (1.95% from 255 or 2.04% from 196); Blue value is 94 (37.11% from 255 or 47.96% from 196); Max value from RGB is 98 - color contains mainly: red. Hex color #62045E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62045E is #9DFBA1. Grayscale: #2A2A2A. Windows color (decimal): -10353570 or 6161506. OLE color: 6161506.

HSL color Cylindrical-coordinate representation of color #62045E: hue angle of 302.55º 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 #62045E is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB98494-
CMYK00.960.040.62
HSL302.55º92.16%20%-
HSV(B)302.55º95.92%38.43%-
XYZ7.13.4910.89-
YUV42.37157.14167.68-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 50%
GREEN value IS 4 (1.95% from 255) = 2.04%
BLUE value IS 94 (37.11% from 255) = 47.96%
R=50%
G=2.04%
B=47.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9849400.960.040.62302.5592.1620
Hex6245E06043E12f5c14
Octal1424136014047645713424
Binary1100010100101111001100000100111110100101111101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62045E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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