#632A54

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

Shades of Palatinate Purple #632A54

Tints of Palatinate Purple #632A54

Color information

#632A54 (or 0x632A54) is unknown color: approx Palatinate Purple. HEX triplet: 63, 2A and 54. RGB value is (99,42,84). Sum of RGB (Red+Green+Blue) = 99+42+84=225 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44% from 225); Green value is 42 (16.80% from 255 or 18.67% from 225); Blue value is 84 (33.20% from 255 or 37.33% from 225); Max value from RGB is 99 - color contains mainly: red. Hex color #632A54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632A54 is #9CD5AB. Grayscale: #3F3F3F. Windows color (decimal): -10278316 or 5515875. OLE color: 5515875.

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

Color convert

RGB994284-
CMYK00.580.150.61
HSL315.79º40.43%27.65%-
HSV(B)315.79º57.58%38.82%-
XYZ7.574.958.94-
YUV63.83139.38153.08-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 44%
GREEN value IS 42 (16.80% from 255) = 18.67%
BLUE value IS 84 (33.20% from 255) = 37.33%
R=44%
G=18.67%
B=37.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.15
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99428400.580.150.61315.7940.4327.65
Hex632A5403AF3D13c281c
Octal1435212407217754745034
Binary110001110101010101000111010111111110110011110010100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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