#633155

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

Shades of Palatinate Purple #633155

Tints of Palatinate Purple #633155

Color information

#633155 (or 0x633155) is unknown color: approx Palatinate Purple. HEX triplet: 63, 31 and 55. RGB value is (99,49,85). Sum of RGB (Red+Green+Blue) = 99+49+85=233 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.49% from 233); Green value is 49 (19.53% from 255 or 21.03% from 233); Blue value is 85 (33.59% from 255 or 36.48% from 233); Max value from RGB is 99 - color contains mainly: red. Hex color #633155 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #633155 is #9CCEAA. Grayscale: #434343. Windows color (decimal): -10276523 or 5583203. OLE color: 5583203.

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

Color convert

RGB994985-
CMYK00.510.140.61
HSL316.8º33.78%29.02%-
HSV(B)316.8º50.51%38.82%-
XYZ7.885.519.24-
YUV68.05137.56150.07-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 42.49%
GREEN value IS 49 (19.53% from 255) = 21.03%
BLUE value IS 85 (33.59% from 255) = 36.48%
R=42.49%
G=21.03%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.14
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99498500.510.140.61316.833.7829.02
Hex633155033E3D13d221d
Octal1436112506316754754235
Binary110001111000110101010110011111011110110011110110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633155; }

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

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

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

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

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

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

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

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