#62365D

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

Shades of Palatinate Purple #62365D

Tints of Palatinate Purple #62365D

Color information

#62365D (or 0x62365D) is unknown color: approx Palatinate Purple. HEX triplet: 62, 36 and 5D. RGB value is (98,54,93). Sum of RGB (Red+Green+Blue) = 98+54+93=245 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40% from 245); Green value is 54 (21.48% from 255 or 22.04% from 245); Blue value is 93 (36.72% from 255 or 37.96% from 245); Max value from RGB is 98 - color contains mainly: red. Hex color #62365D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62365D is #9DC9A2. Grayscale: #474747. Windows color (decimal): -10340771 or 6108770. OLE color: 6108770.

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

Color convert

RGB985493-
CMYK00.450.050.62
HSL306.82º28.95%29.8%-
HSV(B)306.82º44.9%38.43%-
XYZ8.336.0311.08-
YUV71.6140.08146.83-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 40%
GREEN value IS 54 (21.48% from 255) = 22.04%
BLUE value IS 93 (36.72% from 255) = 37.96%
R=40%
G=22.04%
B=37.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98549300.450.050.62306.8228.9529.8
Hex62365D02D53E1331d1e
Octal142661350555764633536
Binary1100010110110101110101011011011111101001100111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62365D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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