#632053

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

Shades of Palatinate Purple #632053

Tints of Palatinate Purple #632053

Color information

#632053 (or 0x632053) is unknown color: approx Palatinate Purple. HEX triplet: 63, 20 and 53. RGB value is (99,32,83). Sum of RGB (Red+Green+Blue) = 99+32+83=214 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.26% from 214); Green value is 32 (12.89% from 255 or 14.95% from 214); Blue value is 83 (32.81% from 255 or 38.79% from 214); Max value from RGB is 99 - color contains mainly: red. Hex color #632053 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632053 is #9CDFAC. Grayscale: #393939. Windows color (decimal): -10280877 or 5447779. OLE color: 5447779.

HSL color Cylindrical-coordinate representation of color #632053: hue angle of 314.33º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #632053 is Cyan = 0, Magento = 0.68, Yellow = 0.16 and Black (K on CMYK) = 0.61.

Color convert

RGB993283-
CMYK00.680.160.61
HSL314.33º51.15%25.69%-
HSV(B)314.33º67.68%38.82%-
XYZ7.224.318.63-
YUV57.85142.2157.35-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 46.26%
GREEN value IS 32 (12.89% from 255) = 14.95%
BLUE value IS 83 (32.81% from 255) = 38.79%
R=46.26%
G=14.95%
B=38.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.16
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99328300.680.160.61314.3351.1525.69
Hex632053044103D13a331a
Octal14340123010420754726332
Binary11000111000001010011010001001000011110110011101011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632053; }

 p { color: rgb(99,32,83); }

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

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

 a { background-color: rgb(99,32,83); }

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

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

 span { border-color: rgb(99,32,83); }

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