#62395B

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

Shades of Palatinate Purple #62395B

Tints of Palatinate Purple #62395B

Color information

#62395B (or 0x62395B) is unknown color: approx Palatinate Purple. HEX triplet: 62, 39 and 5B. RGB value is (98,57,91). Sum of RGB (Red+Green+Blue) = 98+57+91=246 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.84% from 246); Green value is 57 (22.66% from 255 or 23.17% from 246); Blue value is 91 (35.94% from 255 or 36.99% from 246); Max value from RGB is 98 - color contains mainly: red. Hex color #62395B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62395B is #9DC6A4. Grayscale: #494949. Windows color (decimal): -10340005 or 5978466. OLE color: 5978466.

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

Color convert

RGB985791-
CMYK00.420.070.62
HSL310.24º26.45%30.39%-
HSV(B)310.24º41.84%38.43%-
XYZ8.396.2810.67-
YUV73.13138.08145.74-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 39.84%
GREEN value IS 57 (22.66% from 255) = 23.17%
BLUE value IS 91 (35.94% from 255) = 36.99%
R=39.84%
G=23.17%
B=36.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98579100.420.070.62310.2426.4530.39
Hex62395B02A73E1361a1e
Octal142711330527764663236
Binary1100010111001101101101010101111111101001101101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62395B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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