#63325C

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

Shades of Palatinate Purple #63325C

Tints of Palatinate Purple #63325C

Color information

#63325C (or 0x63325C) is unknown color: approx Palatinate Purple. HEX triplet: 63, 32 and 5C. RGB value is (99,50,92). Sum of RGB (Red+Green+Blue) = 99+50+92=241 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.08% from 241); Green value is 50 (19.92% from 255 or 20.75% from 241); Blue value is 92 (36.33% from 255 or 38.17% from 241); Max value from RGB is 99 - color contains mainly: red. Hex color #63325C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63325C is #9CCDA3. Grayscale: #454545. Windows color (decimal): -10276260 or 6042211. OLE color: 6042211.

HSL color Cylindrical-coordinate representation of color #63325C: hue angle of 308.57º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #63325C is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.61.

Color convert

RGB995092-
CMYK00.490.070.61
HSL308.57º32.89%29.22%-
HSV(B)308.57º49.49%38.82%-
XYZ8.225.7110.79-
YUV69.44140.73149.08-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 41.08%
GREEN value IS 50 (19.92% from 255) = 20.75%
BLUE value IS 92 (36.33% from 255) = 38.17%
R=41.08%
G=20.75%
B=38.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.07
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99509200.490.070.61308.5732.8929.22
Hex63325C03173D135211d
Octal143621340617754654135
Binary11000111100101011100011000111111110110011010110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63325C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,50,92); }

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

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

 a { background-color: rgb(99,50,92); }

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

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

 span { border-color: rgb(99,50,92); }

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