#63215C

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

Shades of Palatinate Purple #63215C

Tints of Palatinate Purple #63215C

Color information

#63215C (or 0x63215C) is unknown color: approx Palatinate Purple. HEX triplet: 63, 21 and 5C. RGB value is (99,33,92). Sum of RGB (Red+Green+Blue) = 99+33+92=224 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.20% from 224); Green value is 33 (13.28% from 255 or 14.73% from 224); Blue value is 92 (36.33% from 255 or 41.07% from 224); Max value from RGB is 99 - color contains mainly: red. Hex color #63215C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63215C is #9CDEA3. Grayscale: #3B3B3B. Windows color (decimal): -10280612 or 6037859. OLE color: 6037859.

HSL color Cylindrical-coordinate representation of color #63215C: hue angle of 306.36º 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 #63215C is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.61.

Color convert

RGB993392-
CMYK00.670.070.61
HSL306.36º50%25.88%-
HSV(B)306.36º66.67%38.82%-
XYZ7.624.5110.59-
YUV59.46146.37156.2-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 44.20%
GREEN value IS 33 (13.28% from 255) = 14.73%
BLUE value IS 92 (36.33% from 255) = 41.07%
R=44.20%
G=14.73%
B=41.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.07
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99339200.670.070.61306.365025.88
Hex63215C04373D132321a
Octal1434113401037754626232
Binary110001110000110111000100001111111110110011001011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63215C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63215C; }

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

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

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

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

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

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

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

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