#63295A

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

Shades of Palatinate Purple #63295A

Tints of Palatinate Purple #63295A

Color information

#63295A (or 0x63295A) is unknown color: approx Palatinate Purple. HEX triplet: 63, 29 and 5A. RGB value is (99,41,90). Sum of RGB (Red+Green+Blue) = 99+41+90=230 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.04% from 230); Green value is 41 (16.41% from 255 or 17.83% from 230); Blue value is 90 (35.55% from 255 or 39.13% from 230); Max value from RGB is 99 - color contains mainly: red. Hex color #63295A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63295A is #9CD6A5. Grayscale: #3F3F3F. Windows color (decimal): -10278566 or 5908835. OLE color: 5908835.

HSL color Cylindrical-coordinate representation of color #63295A: hue angle of 309.31º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #63295A is Cyan = 0, Magento = 0.59, Yellow = 0.09 and Black (K on CMYK) = 0.61.

Color convert

RGB994190-
CMYK00.590.090.61
HSL309.31º41.43%27.45%-
HSV(B)309.31º58.59%38.82%-
XYZ7.784.9810.22-
YUV63.93142.72153.02-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 43.04%
GREEN value IS 41 (16.41% from 255) = 17.83%
BLUE value IS 90 (35.55% from 255) = 39.13%
R=43.04%
G=17.83%
B=39.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.09
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99419000.590.090.61309.3141.4327.45
Hex63295A03B93D135291b
Octal1435113207311754655133
Binary110001110100110110100111011100111110110011010110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63295A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63295A; }

 p { color: rgb(99,41,90); }

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

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

 a { background-color: rgb(99,41,90); }

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

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

 span { border-color: rgb(99,41,90); }

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