#62395C

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

Shades of Palatinate Purple #62395C

Tints of Palatinate Purple #62395C

Color information

#62395C (or 0x62395C) is unknown color: approx Palatinate Purple. HEX triplet: 62, 39 and 5C. RGB value is (98,57,92). Sum of RGB (Red+Green+Blue) = 98+57+92=247 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.68% from 247); Green value is 57 (22.66% from 255 or 23.08% from 247); Blue value is 92 (36.33% from 255 or 37.25% from 247); Max value from RGB is 98 - color contains mainly: red. Hex color #62395C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62395C is #9DC6A3. Grayscale: #494949. Windows color (decimal): -10340004 or 6044002. OLE color: 6044002.

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

Color convert

RGB985792-
CMYK00.420.060.62
HSL308.78º26.45%30.39%-
HSV(B)308.78º41.84%38.43%-
XYZ8.436.310.9-
YUV73.25138.58145.65-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 39.68%
GREEN value IS 57 (22.66% from 255) = 23.08%
BLUE value IS 92 (36.33% from 255) = 37.25%
R=39.68%
G=23.08%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98579200.420.060.62308.7826.4530.39
Hex62395C02A63E1351a1e
Octal142711340526764653236
Binary1100010111001101110001010101101111101001101011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62395C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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