#62375D

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

Shades of Palatinate Purple #62375D

Tints of Palatinate Purple #62375D

Color information

#62375D (or 0x62375D) is unknown color: approx Palatinate Purple. HEX triplet: 62, 37 and 5D. RGB value is (98,55,93). Sum of RGB (Red+Green+Blue) = 98+55+93=246 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.84% from 246); Green value is 55 (21.88% from 255 or 22.36% from 246); Blue value is 93 (36.72% from 255 or 37.80% from 246); Max value from RGB is 98 - color contains mainly: red. Hex color #62375D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62375D is #9DC8A2. Grayscale: #484848. Windows color (decimal): -10340515 or 6109026. OLE color: 6109026.

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

Color convert

RGB985593-
CMYK00.440.050.62
HSL306.98º28.1%30%-
HSV(B)306.98º43.88%38.43%-
XYZ8.386.1211.1-
YUV72.19139.75146.41-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 39.84%
GREEN value IS 55 (21.88% from 255) = 22.36%
BLUE value IS 93 (36.72% from 255) = 37.80%
R=39.84%
G=22.36%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98559300.440.050.62306.9828.130
Hex62375D02C53E1331c1e
Octal142671350545764633436
Binary1100010110111101110101011001011111101001100111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62375D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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