#63245F

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

Shades of Palatinate Purple #63245F

Tints of Palatinate Purple #63245F

Color information

#63245F (or 0x63245F) is unknown color: approx Palatinate Purple. HEX triplet: 63, 24 and 5F. RGB value is (99,36,95). Sum of RGB (Red+Green+Blue) = 99+36+95=230 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.04% from 230); Green value is 36 (14.45% from 255 or 15.65% from 230); Blue value is 95 (37.5% from 255 or 41.30% from 230); Max value from RGB is 99 - color contains mainly: red. Hex color #63245F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63245F is #9CDBA0. Grayscale: #3D3D3D. Windows color (decimal): -10279841 or 6235235. OLE color: 6235235.

HSL color Cylindrical-coordinate representation of color #63245F: hue angle of 303.81º 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 #63245F is Cyan = 0, Magento = 0.64, Yellow = 0.04 and Black (K on CMYK) = 0.61.

Color convert

RGB993695-
CMYK00.640.040.61
HSL303.81º46.67%26.47%-
HSV(B)303.81º63.64%38.82%-
XYZ7.844.7411.33-
YUV61.56146.87154.7-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 43.04%
GREEN value IS 36 (14.45% from 255) = 15.65%
BLUE value IS 95 (37.5% from 255) = 41.30%
R=43.04%
G=15.65%
B=41.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.04
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99369500.640.040.61303.8146.6726.47
Hex63245F04043D1302f1a
Octal1434413701004754605732
Binary110001110010010111110100000010011110110011000010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63245F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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