#632960

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

Shades of Palatinate Purple #632960

Tints of Palatinate Purple #632960

Color information

#632960 (or 0x632960) is unknown color: approx Palatinate Purple. HEX triplet: 63, 29 and 60. RGB value is (99,41,96). Sum of RGB (Red+Green+Blue) = 99+41+96=236 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.95% from 236); Green value is 41 (16.41% from 255 or 17.37% from 236); Blue value is 96 (37.89% from 255 or 40.68% from 236); Max value from RGB is 99 - color contains mainly: red. Hex color #632960 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632960 is #9CD69F. Grayscale: #404040. Windows color (decimal): -10278560 or 6302051. OLE color: 6302051.

HSL color Cylindrical-coordinate representation of color #632960: hue angle of 303.1º 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 #632960 is Cyan = 0, Magento = 0.59, Yellow = 0.03 and Black (K on CMYK) = 0.61.

Color convert

RGB994196-
CMYK00.590.030.61
HSL303.1º41.43%27.45%-
HSV(B)303.1º58.59%38.82%-
XYZ8.055.0811.62-
YUV64.61145.72152.53-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 41.95%
GREEN value IS 41 (16.41% from 255) = 17.37%
BLUE value IS 96 (37.89% from 255) = 40.68%
R=41.95%
G=17.37%
B=40.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.03
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99419600.590.030.61303.141.4327.45
Hex63296003B33D12f291b
Octal143511400733754575133
Binary1100011101001110000001110111111110110010111110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632960; }

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

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

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

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

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

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

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

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