#63215E

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

Shades of Palatinate Purple #63215E

Tints of Palatinate Purple #63215E

Color information

#63215E (or 0x63215E) is unknown color: approx Palatinate Purple. HEX triplet: 63, 21 and 5E. RGB value is (99,33,94). Sum of RGB (Red+Green+Blue) = 99+33+94=226 (29% of max value = 765). Red value is 99 (39.06% from 255 or 43.81% from 226); Green value is 33 (13.28% from 255 or 14.60% from 226); Blue value is 94 (37.11% from 255 or 41.59% from 226); Max value from RGB is 99 - color contains mainly: red. Hex color #63215E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63215E is #9CDEA1. Grayscale: #3B3B3B. Windows color (decimal): -10280610 or 6168931. OLE color: 6168931.

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

Color convert

RGB993394-
CMYK00.670.050.61
HSL304.55º50%25.88%-
HSV(B)304.55º66.67%38.82%-
XYZ7.714.5511.06-
YUV59.69147.37156.04-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 43.81%
GREEN value IS 33 (13.28% from 255) = 14.60%
BLUE value IS 94 (37.11% from 255) = 41.59%
R=43.81%
G=14.60%
B=41.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.05
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99339400.670.050.61304.555025.88
Hex63215E04353D131321a
Octal1434113601035754616232
Binary110001110000110111100100001110111110110011000111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63215E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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