#633158

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

Shades of Palatinate Purple #633158

Tints of Palatinate Purple #633158

Color information

#633158 (or 0x633158) is unknown color: approx Palatinate Purple. HEX triplet: 63, 31 and 58. RGB value is (99,49,88). Sum of RGB (Red+Green+Blue) = 99+49+88=236 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.95% from 236); Green value is 49 (19.53% from 255 or 20.76% from 236); Blue value is 88 (34.77% from 255 or 37.29% from 236); Max value from RGB is 99 - color contains mainly: red. Hex color #633158 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #633158 is #9CCEA7. Grayscale: #444444. Windows color (decimal): -10276520 or 5779811. OLE color: 5779811.

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

Color convert

RGB994988-
CMYK00.510.110.61
HSL313.2º33.78%29.02%-
HSV(B)313.2º50.51%38.82%-
XYZ8.015.559.88-
YUV68.4139.06149.83-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 41.95%
GREEN value IS 49 (19.53% from 255) = 20.76%
BLUE value IS 88 (34.77% from 255) = 37.29%
R=41.95%
G=20.76%
B=37.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.11
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99498800.510.110.61313.233.7829.02
Hex633158033B3D139221d
Octal1436113006313754714235
Binary110001111000110110000110011101111110110011100110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633158; }

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

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

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

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

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

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

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

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