#633053

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

Shades of Palatinate Purple #633053

Tints of Palatinate Purple #633053

Color information

#633053 (or 0x633053) is unknown color: approx Palatinate Purple. HEX triplet: 63, 30 and 53. RGB value is (99,48,83). Sum of RGB (Red+Green+Blue) = 99+48+83=230 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.04% from 230); Green value is 48 (19.14% from 255 or 20.87% from 230); Blue value is 83 (32.81% from 255 or 36.09% from 230); Max value from RGB is 99 - color contains mainly: red. Hex color #633053 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #633053 is #9CCFAC. Grayscale: #434343. Windows color (decimal): -10276781 or 5451875. OLE color: 5451875.

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

Color convert

RGB994883-
CMYK00.520.160.61
HSL318.82º34.69%28.82%-
HSV(B)318.82º51.52%38.82%-
XYZ7.765.398.81-
YUV67.24136.9150.65-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 43.04%
GREEN value IS 48 (19.14% from 255) = 20.87%
BLUE value IS 83 (32.81% from 255) = 36.09%
R=43.04%
G=20.87%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.16
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99488300.520.160.61318.8234.6928.82
Hex633053034103D13f231d
Octal1436012306420754774335
Binary1100011110000101001101101001000011110110011111110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633053; }

 p { color: rgb(99,48,83); }

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

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

 a { background-color: rgb(99,48,83); }

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

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

 span { border-color: rgb(99,48,83); }

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