#62375A

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

Shades of Palatinate Purple #62375A

Tints of Palatinate Purple #62375A

Color information

#62375A (or 0x62375A) is unknown color: approx Palatinate Purple. HEX triplet: 62, 37 and 5A. RGB value is (98,55,90). Sum of RGB (Red+Green+Blue) = 98+55+90=243 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40.33% from 243); Green value is 55 (21.88% from 255 or 22.63% from 243); Blue value is 90 (35.55% from 255 or 37.04% from 243); Max value from RGB is 98 - color contains mainly: red. Hex color #62375A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62375A is #9DC8A5. Grayscale: #474747. Windows color (decimal): -10340518 or 5912418. OLE color: 5912418.

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

Color convert

RGB985590-
CMYK00.440.080.62
HSL311.16º28.1%30%-
HSV(B)311.16º43.88%38.43%-
XYZ8.256.0710.41-
YUV71.85138.25146.65-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 40.33%
GREEN value IS 55 (21.88% from 255) = 22.63%
BLUE value IS 90 (35.55% from 255) = 37.04%
R=40.33%
G=22.63%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98559000.440.080.62311.1628.130
Hex62375A02C83E1371c1e
Octal1426713205410764673436
Binary11000101101111011010010110010001111101001101111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62375A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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