#62315E

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

Shades of Palatinate Purple #62315E

Tints of Palatinate Purple #62315E

Color information

#62315E (or 0x62315E) is unknown color: approx Palatinate Purple. HEX triplet: 62, 31 and 5E. RGB value is (98,49,94). Sum of RGB (Red+Green+Blue) = 98+49+94=241 (31% of max value = 765). Red value is 98 (38.67% from 255 or 40.66% from 241); Green value is 49 (19.53% from 255 or 20.33% from 241); Blue value is 94 (37.11% from 255 or 39.00% from 241); Max value from RGB is 98 - color contains mainly: red. Hex color #62315E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62315E is #9DCEA1. Grayscale: #444444. Windows color (decimal): -10342050 or 6173026. OLE color: 6173026.

HSL color Cylindrical-coordinate representation of color #62315E: hue angle of 304.9º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #62315E is Cyan = 0, Magento = 0.5, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB984994-
CMYK00.50.040.62
HSL304.9º33.33%28.82%-
HSV(B)304.9º50%38.43%-
XYZ8.165.611.24-
YUV68.78142.23148.84-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 40.66%
GREEN value IS 49 (19.53% from 255) = 20.33%
BLUE value IS 94 (37.11% from 255) = 39.00%
R=40.66%
G=20.33%
B=39.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98499400.50.040.62304.933.3328.82
Hex62315E03243E131211d
Octal142611360624764614135
Binary11000101100011011110011001010011111010011000110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62315E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62315E; }

 p { color: rgb(98,49,94); }

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

<style>
 a { background-color: #62315E; }

 a { background-color: rgb(98,49,94); }

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

<style>
 span { border-color: #62315E; }

 span { border-color: rgb(98,49,94); }

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