#62355F

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

Shades of Palatinate Purple #62355F

Tints of Palatinate Purple #62355F

Color information

#62355F (or 0x62355F) is unknown color: approx Palatinate Purple. HEX triplet: 62, 35 and 5F. RGB value is (98,53,95). Sum of RGB (Red+Green+Blue) = 98+53+95=246 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.84% from 246); Green value is 53 (21.09% from 255 or 21.54% from 246); Blue value is 95 (37.5% from 255 or 38.62% from 246); Max value from RGB is 98 - color contains mainly: red. Hex color #62355F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62355F is #9DCAA0. Grayscale: #474747. Windows color (decimal): -10341025 or 6239586. OLE color: 6239586.

HSL color Cylindrical-coordinate representation of color #62355F: hue angle of 304º 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 #62355F is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB985395-
CMYK00.460.030.62
HSL304º29.8%29.61%-
HSV(B)304º45.92%38.43%-
XYZ8.385.9711.54-
YUV71.24141.41147.08-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 39.84%
GREEN value IS 53 (21.09% from 255) = 21.54%
BLUE value IS 95 (37.5% from 255) = 38.62%
R=39.84%
G=21.54%
B=38.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98539500.460.030.6230429.829.61
Hex62355F02E33E1301e1e
Octal142651370563764603636
Binary110001011010110111110101110111111101001100001111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62355F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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