#62315F

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

Shades of Palatinate Purple #62315F

Tints of Palatinate Purple #62315F

Color information

#62315F (or 0x62315F) is unknown color: approx Palatinate Purple. HEX triplet: 62, 31 and 5F. RGB value is (98,49,95). Sum of RGB (Red+Green+Blue) = 98+49+95=242 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40.50% from 242); Green value is 49 (19.53% from 255 or 20.25% from 242); Blue value is 95 (37.5% from 255 or 39.26% from 242); Max value from RGB is 98 - color contains mainly: red. Hex color #62315F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62315F is #9DCEA0. Grayscale: #444444. Windows color (decimal): -10342049 or 6238562. OLE color: 6238562.

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

Color convert

RGB984995-
CMYK00.50.030.62
HSL303.67º33.33%28.82%-
HSV(B)303.67º50%38.43%-
XYZ8.25.6211.48-
YUV68.9142.73148.76-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 40.50%
GREEN value IS 49 (19.53% from 255) = 20.25%
BLUE value IS 95 (37.5% from 255) = 39.26%
R=40.50%
G=20.25%
B=39.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98499500.50.030.62303.6733.3328.82
Hex62315F03233E130211d
Octal142611370623764604135
Binary1100010110001101111101100101111111010011000010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62315F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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