#632956

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

Shades of Palatinate Purple #632956

Tints of Palatinate Purple #632956

Color information

#632956 (or 0x632956) is unknown color: approx Palatinate Purple. HEX triplet: 63, 29 and 56. RGB value is (99,41,86). Sum of RGB (Red+Green+Blue) = 99+41+86=226 (29% of max value = 765). Red value is 99 (39.06% from 255 or 43.81% from 226); Green value is 41 (16.41% from 255 or 18.14% from 226); Blue value is 86 (33.98% from 255 or 38.05% from 226); Max value from RGB is 99 - color contains mainly: red. Hex color #632956 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632956 is #9CD6A9. Grayscale: #3F3F3F. Windows color (decimal): -10278570 or 5646691. OLE color: 5646691.

HSL color Cylindrical-coordinate representation of color #632956: hue angle of 313.45º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #632956 is Cyan = 0, Magento = 0.59, Yellow = 0.13 and Black (K on CMYK) = 0.61.

Color convert

RGB994186-
CMYK00.590.130.61
HSL313.45º41.43%27.45%-
HSV(B)313.45º58.59%38.82%-
XYZ7.624.919.35-
YUV63.47140.72153.34-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 43.81%
GREEN value IS 41 (16.41% from 255) = 18.14%
BLUE value IS 86 (33.98% from 255) = 38.05%
R=43.81%
G=18.14%
B=38.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.13
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99418600.590.130.61313.4541.4327.45
Hex63295603BD3D139291b
Octal1435112607315754715133
Binary110001110100110101100111011110111110110011100110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632956; }

 p { color: rgb(99,41,86); }

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

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

 a { background-color: rgb(99,41,86); }

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

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

 span { border-color: rgb(99,41,86); }

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