#62355D

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

Shades of Palatinate Purple #62355D

Tints of Palatinate Purple #62355D

Color information

#62355D (or 0x62355D) is unknown color: approx Palatinate Purple. HEX triplet: 62, 35 and 5D. RGB value is (98,53,93). Sum of RGB (Red+Green+Blue) = 98+53+93=244 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40.16% from 244); Green value is 53 (21.09% from 255 or 21.72% from 244); Blue value is 93 (36.72% from 255 or 38.11% from 244); Max value from RGB is 98 - color contains mainly: red. Hex color #62355D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62355D is #9DCAA2. Grayscale: #464646. Windows color (decimal): -10341027 or 6108514. OLE color: 6108514.

HSL color Cylindrical-coordinate representation of color #62355D: hue angle of 306.67º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #62355D is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB985393-
CMYK00.460.050.62
HSL306.67º29.8%29.61%-
HSV(B)306.67º45.92%38.43%-
XYZ8.295.9311.06-
YUV71.02140.41147.25-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 40.16%
GREEN value IS 53 (21.09% from 255) = 21.72%
BLUE value IS 93 (36.72% from 255) = 38.11%
R=40.16%
G=21.72%
B=38.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98539300.460.050.62306.6729.829.61
Hex62355D02E53E1331e1e
Octal142651350565764633636
Binary1100010110101101110101011101011111101001100111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62355D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62355D; }

 p { color: rgb(98,53,93); }

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

<style>
 a { background-color: #62355D; }

 a { background-color: rgb(98,53,93); }

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

<style>
 span { border-color: #62355D; }

 span { border-color: rgb(98,53,93); }

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