#62145E

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

Shades of Palatinate Purple #62145E

Tints of Palatinate Purple #62145E

Color information

#62145E (or 0x62145E) is unknown color: approx Palatinate Purple. HEX triplet: 62, 14 and 5E. RGB value is (98,20,94). Sum of RGB (Red+Green+Blue) = 98+20+94=212 (28% of max value = 765). Red value is 98 (38.67% from 255 or 46.23% from 212); Green value is 20 (8.20% from 255 or 9.43% from 212); Blue value is 94 (37.11% from 255 or 44.34% from 212); Max value from RGB is 98 - color contains mainly: red. Hex color #62145E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62145E is #9DEBA1. Grayscale: #333333. Windows color (decimal): -10349474 or 6165602. OLE color: 6165602.

HSL color Cylindrical-coordinate representation of color #62145E: hue angle of 303.08º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #62145E is Cyan = 0, Magento = 0.80, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB982094-
CMYK00.800.040.62
HSL303.08º66.1%23.14%-
HSV(B)303.08º79.59%38.43%-
XYZ7.313.9110.96-
YUV51.76151.84160.98-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 46.23%
GREEN value IS 20 (8.20% from 255) = 9.43%
BLUE value IS 94 (37.11% from 255) = 44.34%
R=46.23%
G=9.43%
B=44.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98209400.800.040.62303.0866.123.14
Hex62145E05043E12f4217
Octal14224136012047645710227
Binary110001010100101111001010000100111110100101111100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62145E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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