#62315C

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

Shades of Palatinate Purple #62315C

Tints of Palatinate Purple #62315C

Color information

#62315C (or 0x62315C) is unknown color: approx Palatinate Purple. HEX triplet: 62, 31 and 5C. RGB value is (98,49,92). Sum of RGB (Red+Green+Blue) = 98+49+92=239 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.00% from 239); Green value is 49 (19.53% from 255 or 20.50% from 239); Blue value is 92 (36.33% from 255 or 38.49% from 239); Max value from RGB is 98 - color contains mainly: red. Hex color #62315C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62315C is #9DCEA3. Grayscale: #444444. Windows color (decimal): -10342052 or 6041954. OLE color: 6041954.

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

Color convert

RGB984992-
CMYK00.50.060.62
HSL307.35º33.33%28.82%-
HSV(B)307.35º50%38.43%-
XYZ8.075.5710.77-
YUV68.55141.23149-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 41.00%
GREEN value IS 49 (19.53% from 255) = 20.50%
BLUE value IS 92 (36.33% from 255) = 38.49%
R=41.00%
G=20.50%
B=38.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98499200.50.060.62307.3533.3328.82
Hex62315C03263E133211d
Octal142611340626764634135
Binary11000101100011011100011001011011111010011001110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62315C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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