#62355B

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

Shades of Palatinate Purple #62355B

Tints of Palatinate Purple #62355B

Color information

#62355B (or 0x62355B) is unknown color: approx Palatinate Purple. HEX triplet: 62, 35 and 5B. RGB value is (98,53,91). Sum of RGB (Red+Green+Blue) = 98+53+91=242 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40.50% from 242); Green value is 53 (21.09% from 255 or 21.90% from 242); Blue value is 91 (35.94% from 255 or 37.60% from 242); Max value from RGB is 98 - color contains mainly: red. Hex color #62355B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62355B is #9DCAA4. Grayscale: #464646. Windows color (decimal): -10341029 or 5977442. OLE color: 5977442.

HSL color Cylindrical-coordinate representation of color #62355B: hue angle of 309.33º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #62355B is Cyan = 0, Magento = 0.46, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB985391-
CMYK00.460.070.62
HSL309.33º29.8%29.61%-
HSV(B)309.33º45.92%38.43%-
XYZ8.25.910.6-
YUV70.79139.41147.41-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 40.50%
GREEN value IS 53 (21.09% from 255) = 21.90%
BLUE value IS 91 (35.94% from 255) = 37.60%
R=40.50%
G=21.90%
B=37.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98539100.460.070.62309.3329.829.61
Hex62355B02E73E1351e1e
Octal142651330567764653636
Binary1100010110101101101101011101111111101001101011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62355B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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