#632155

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

Shades of Palatinate Purple #632155

Tints of Palatinate Purple #632155

Color information

#632155 (or 0x632155) is unknown color: approx Palatinate Purple. HEX triplet: 63, 21 and 55. RGB value is (99,33,85). Sum of RGB (Red+Green+Blue) = 99+33+85=217 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.62% from 217); Green value is 33 (13.28% from 255 or 15.21% from 217); Blue value is 85 (33.59% from 255 or 39.17% from 217); Max value from RGB is 99 - color contains mainly: red. Hex color #632155 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632155 is #9CDEAA. Grayscale: #3A3A3A. Windows color (decimal): -10280619 or 5579107. OLE color: 5579107.

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

Color convert

RGB993385-
CMYK00.670.140.61
HSL312.73º50%25.88%-
HSV(B)312.73º66.67%38.82%-
XYZ7.334.49.06-
YUV58.66142.87156.77-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 45.62%
GREEN value IS 33 (13.28% from 255) = 15.21%
BLUE value IS 85 (33.59% from 255) = 39.17%
R=45.62%
G=15.21%
B=39.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.14
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99338500.670.140.61312.735025.88
Hex632155043E3D139321a
Octal14341125010316754716232
Binary1100011100001101010101000011111011110110011100111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632155; }

 p { color: rgb(99,33,85); }

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

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

 a { background-color: rgb(99,33,85); }

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

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

 span { border-color: rgb(99,33,85); }

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