#623160

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

Shades of Palatinate Purple #623160

Tints of Palatinate Purple #623160

Color information

#623160 (or 0x623160) is unknown color: approx Palatinate Purple. HEX triplet: 62, 31 and 60. RGB value is (98,49,96). Sum of RGB (Red+Green+Blue) = 98+49+96=243 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40.33% from 243); Green value is 49 (19.53% from 255 or 20.16% from 243); Blue value is 96 (37.89% from 255 or 39.51% from 243); Max value from RGB is 98 - color contains mainly: red. Hex color #623160 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #623160 is #9DCE9F. Grayscale: #444444. Windows color (decimal): -10342048 or 6304098. OLE color: 6304098.

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

Color convert

RGB984996-
CMYK00.50.020.62
HSL302.45º33.33%28.82%-
HSV(B)302.45º50%38.43%-
XYZ8.255.6411.72-
YUV69.01143.23148.68-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 40.33%
GREEN value IS 49 (19.53% from 255) = 20.16%
BLUE value IS 96 (37.89% from 255) = 39.51%
R=40.33%
G=20.16%
B=39.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98499600.50.020.62302.4533.3328.82
Hex62316003223E12e211d
Octal142611400622764564135
Binary1100010110001110000001100101011111010010111010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #623160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #623160; }

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

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

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

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

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

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

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

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