#63325A

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

Shades of Palatinate Purple #63325A

Tints of Palatinate Purple #63325A

Color information

#63325A (or 0x63325A) is unknown color: approx Palatinate Purple. HEX triplet: 63, 32 and 5A. RGB value is (99,50,90). Sum of RGB (Red+Green+Blue) = 99+50+90=239 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.42% from 239); Green value is 50 (19.92% from 255 or 20.92% from 239); Blue value is 90 (35.55% from 255 or 37.66% from 239); Max value from RGB is 99 - color contains mainly: red. Hex color #63325A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63325A is #9CCDA5. Grayscale: #454545. Windows color (decimal): -10276262 or 5911139. OLE color: 5911139.

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

Color convert

RGB995090-
CMYK00.490.090.61
HSL311.02º32.89%29.22%-
HSV(B)311.02º49.49%38.82%-
XYZ8.135.6710.34-
YUV69.21139.73149.25-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 41.42%
GREEN value IS 50 (19.92% from 255) = 20.92%
BLUE value IS 90 (35.55% from 255) = 37.66%
R=41.42%
G=20.92%
B=37.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.09
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99509000.490.090.61311.0232.8929.22
Hex63325A03193D137211d
Octal1436213206111754674135
Binary110001111001010110100110001100111110110011011110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63325A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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