#633160

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

Shades of Palatinate Purple #633160

Tints of Palatinate Purple #633160

Color information

#633160 (or 0x633160) is unknown color: approx Palatinate Purple. HEX triplet: 63, 31 and 60. RGB value is (99,49,96). Sum of RGB (Red+Green+Blue) = 99+49+96=244 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.57% from 244); Green value is 49 (19.53% from 255 or 20.08% from 244); Blue value is 96 (37.89% from 255 or 39.34% from 244); Max value from RGB is 99 - color contains mainly: red. Hex color #633160 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #633160 is #9CCE9F. Grayscale: #454545. Windows color (decimal): -10276512 or 6304099. OLE color: 6304099.

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

Color convert

RGB994996-
CMYK00.510.030.61
HSL303.6º33.78%29.02%-
HSV(B)303.6º50.51%38.82%-
XYZ8.365.6911.72-
YUV69.31143.06149.18-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 40.57%
GREEN value IS 49 (19.53% from 255) = 20.08%
BLUE value IS 96 (37.89% from 255) = 39.34%
R=40.57%
G=20.08%
B=39.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.03
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99499600.510.030.61303.633.7829.02
Hex63316003333D130221d
Octal143611400633754604235
Binary1100011110001110000001100111111110110011000010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633160; }

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

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

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

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

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

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

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

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