#62145F

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

Shades of Palatinate Purple #62145F

Tints of Palatinate Purple #62145F

Color information

#62145F (or 0x62145F) is unknown color: approx Palatinate Purple. HEX triplet: 62, 14 and 5F. RGB value is (98,20,95). Sum of RGB (Red+Green+Blue) = 98+20+95=213 (28% of max value = 765). Red value is 98 (38.67% from 255 or 46.01% from 213); Green value is 20 (8.20% from 255 or 9.39% from 213); Blue value is 95 (37.5% from 255 or 44.60% from 213); Max value from RGB is 98 - color contains mainly: red. Hex color #62145F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62145F is #9DEBA0. Grayscale: #333333. Windows color (decimal): -10349473 or 6231138. OLE color: 6231138.

HSL color Cylindrical-coordinate representation of color #62145F: hue angle of 302.31º 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 #62145F is Cyan = 0, Magento = 0.80, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB982095-
CMYK00.800.030.62
HSL302.31º66.1%23.14%-
HSV(B)302.31º79.59%38.43%-
XYZ7.353.9211.2-
YUV51.87152.34160.9-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 46.01%
GREEN value IS 20 (8.20% from 255) = 9.39%
BLUE value IS 95 (37.5% from 255) = 44.60%
R=46.01%
G=9.39%
B=44.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98209500.800.030.62302.3166.123.14
Hex62145F05033E12e4217
Octal14224137012037645610227
Binary11000101010010111110101000011111110100101110100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62145F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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