#63245B

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

Shades of Palatinate Purple #63245B

Tints of Palatinate Purple #63245B

Color information

#63245B (or 0x63245B) is unknown color: approx Palatinate Purple. HEX triplet: 63, 24 and 5B. RGB value is (99,36,91). Sum of RGB (Red+Green+Blue) = 99+36+91=226 (29% of max value = 765). Red value is 99 (39.06% from 255 or 43.81% from 226); Green value is 36 (14.45% from 255 or 15.93% from 226); Blue value is 91 (35.94% from 255 or 40.27% from 226); Max value from RGB is 99 - color contains mainly: red. Hex color #63245B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63245B is #9CDBA4. Grayscale: #3C3C3C. Windows color (decimal): -10279845 or 5973091. OLE color: 5973091.

HSL color Cylindrical-coordinate representation of color #63245B: hue angle of 307.62º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #63245B is Cyan = 0, Magento = 0.64, Yellow = 0.08 and Black (K on CMYK) = 0.61.

Color convert

RGB993691-
CMYK00.640.080.61
HSL307.62º46.67%26.47%-
HSV(B)307.62º63.64%38.82%-
XYZ7.664.6710.39-
YUV61.11144.87155.03-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 43.81%
GREEN value IS 36 (14.45% from 255) = 15.93%
BLUE value IS 91 (35.94% from 255) = 40.27%
R=43.81%
G=15.93%
B=40.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.08
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99369100.640.080.61307.6246.6726.47
Hex63245B04083D1342f1a
Octal14344133010010754645732
Binary1100011100100101101101000000100011110110011010010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63245B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63245B; }

 p { color: rgb(99,36,91); }

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

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

 a { background-color: rgb(99,36,91); }

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

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

 span { border-color: rgb(99,36,91); }

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