#62375B

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

Shades of Palatinate Purple #62375B

Tints of Palatinate Purple #62375B

Color information

#62375B (or 0x62375B) is unknown color: approx Palatinate Purple. HEX triplet: 62, 37 and 5B. RGB value is (98,55,91). Sum of RGB (Red+Green+Blue) = 98+55+91=244 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40.16% from 244); Green value is 55 (21.88% from 255 or 22.54% from 244); Blue value is 91 (35.94% from 255 or 37.30% from 244); Max value from RGB is 98 - color contains mainly: red. Hex color #62375B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62375B is #9DC8A4. Grayscale: #474747. Windows color (decimal): -10340517 or 5977954. OLE color: 5977954.

HSL color Cylindrical-coordinate representation of color #62375B: hue angle of 309.77º 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 #62375B is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB985591-
CMYK00.440.070.62
HSL309.77º28.1%30%-
HSV(B)309.77º43.88%38.43%-
XYZ8.296.0810.63-
YUV71.96138.75146.57-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 40.16%
GREEN value IS 55 (21.88% from 255) = 22.54%
BLUE value IS 91 (35.94% from 255) = 37.30%
R=40.16%
G=22.54%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98559100.440.070.62309.7728.130
Hex62375B02C73E1361c1e
Octal142671330547764663436
Binary1100010110111101101101011001111111101001101101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62375B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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