#62395D

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

Shades of Palatinate Purple #62395D

Tints of Palatinate Purple #62395D

Color information

#62395D (or 0x62395D) is unknown color: approx Palatinate Purple. HEX triplet: 62, 39 and 5D. RGB value is (98,57,93). Sum of RGB (Red+Green+Blue) = 98+57+93=248 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.52% from 248); Green value is 57 (22.66% from 255 or 22.98% from 248); Blue value is 93 (36.72% from 255 or 37.5% from 248); Max value from RGB is 98 - color contains mainly: red. Hex color #62395D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62395D is #9DC6A2. Grayscale: #494949. Windows color (decimal): -10340003 or 6109538. OLE color: 6109538.

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

Color convert

RGB985793-
CMYK00.420.050.62
HSL307.32º26.45%30.39%-
HSV(B)307.32º41.84%38.43%-
XYZ8.486.3111.13-
YUV73.36139.08145.57-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 39.52%
GREEN value IS 57 (22.66% from 255) = 22.98%
BLUE value IS 93 (36.72% from 255) = 37.5%
R=39.52%
G=22.98%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98579300.420.050.62307.3226.4530.39
Hex62395D02A53E1331a1e
Octal142711350525764633236
Binary1100010111001101110101010101011111101001100111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62395D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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