#62315D

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

Shades of Palatinate Purple #62315D

Tints of Palatinate Purple #62315D

Color information

#62315D (or 0x62315D) is unknown color: approx Palatinate Purple. HEX triplet: 62, 31 and 5D. RGB value is (98,49,93). Sum of RGB (Red+Green+Blue) = 98+49+93=240 (31% of max value = 765). Red value is 98 (38.67% from 255 or 40.83% from 240); Green value is 49 (19.53% from 255 or 20.42% from 240); Blue value is 93 (36.72% from 255 or 38.75% from 240); Max value from RGB is 98 - color contains mainly: red. Hex color #62315D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62315D is #9DCEA2. Grayscale: #444444. Windows color (decimal): -10342051 or 6107490. OLE color: 6107490.

HSL color Cylindrical-coordinate representation of color #62315D: hue angle of 306.12º 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 #62315D is Cyan = 0, Magento = 0.5, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB984993-
CMYK00.50.050.62
HSL306.12º33.33%28.82%-
HSV(B)306.12º50%38.43%-
XYZ8.115.5811.01-
YUV68.67141.73148.92-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 40.83%
GREEN value IS 49 (19.53% from 255) = 20.42%
BLUE value IS 93 (36.72% from 255) = 38.75%
R=40.83%
G=20.42%
B=38.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98499300.50.050.62306.1233.3328.82
Hex62315D03253E132211d
Octal142611350625764624135
Binary11000101100011011101011001010111111010011001010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62315D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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