#632D54

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

Shades of Palatinate Purple #632D54

Tints of Palatinate Purple #632D54

Color information

#632D54 (or 0x632D54) is unknown color: approx Palatinate Purple. HEX triplet: 63, 2D and 54. RGB value is (99,45,84). Sum of RGB (Red+Green+Blue) = 99+45+84=228 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.42% from 228); Green value is 45 (17.97% from 255 or 19.74% from 228); Blue value is 84 (33.20% from 255 or 36.84% from 228); Max value from RGB is 99 - color contains mainly: red. Hex color #632D54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632D54 is #9CD2AB. Grayscale: #414141. Windows color (decimal): -10277548 or 5516643. OLE color: 5516643.

HSL color Cylindrical-coordinate representation of color #632D54: hue angle of 316.67º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #632D54 is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.61.

Color convert

RGB994584-
CMYK00.550.150.61
HSL316.67º37.5%28.24%-
HSV(B)316.67º54.55%38.82%-
XYZ7.685.178.98-
YUV65.59138.39151.83-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 43.42%
GREEN value IS 45 (17.97% from 255) = 19.74%
BLUE value IS 84 (33.20% from 255) = 36.84%
R=43.42%
G=19.74%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.15
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99458400.550.150.61316.6737.528.24
Hex632D54037F3D13d261c
Octal1435512406717754754634
Binary110001110110110101000110111111111110110011110110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632D54; }

 p { color: rgb(99,45,84); }

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

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

 a { background-color: rgb(99,45,84); }

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

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

 span { border-color: rgb(99,45,84); }

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