#63325F

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

Shades of Palatinate Purple #63325F

Tints of Palatinate Purple #63325F

Color information

#63325F (or 0x63325F) is unknown color: approx Palatinate Purple. HEX triplet: 63, 32 and 5F. RGB value is (99,50,95). Sum of RGB (Red+Green+Blue) = 99+50+95=244 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.57% from 244); Green value is 50 (19.92% from 255 or 20.49% from 244); Blue value is 95 (37.5% from 255 or 38.93% from 244); Max value from RGB is 99 - color contains mainly: red. Hex color #63325F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63325F is #9CCDA0. Grayscale: #454545. Windows color (decimal): -10276257 or 6238819. OLE color: 6238819.

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

Color convert

RGB995095-
CMYK00.490.040.61
HSL304.9º32.89%29.22%-
HSV(B)304.9º49.49%38.82%-
XYZ8.355.7611.5-
YUV69.78142.23148.84-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 40.57%
GREEN value IS 50 (19.92% from 255) = 20.49%
BLUE value IS 95 (37.5% from 255) = 38.93%
R=40.57%
G=20.49%
B=38.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.04
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99509500.490.040.61304.932.8929.22
Hex63325F03143D131211d
Octal143621370614754614135
Binary11000111100101011111011000110011110110011000110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63325F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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