#63215D

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

Shades of Palatinate Purple #63215D

Tints of Palatinate Purple #63215D

Color information

#63215D (or 0x63215D) is unknown color: approx Palatinate Purple. HEX triplet: 63, 21 and 5D. RGB value is (99,33,93). Sum of RGB (Red+Green+Blue) = 99+33+93=225 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44% from 225); Green value is 33 (13.28% from 255 or 14.67% from 225); Blue value is 93 (36.72% from 255 or 41.33% from 225); Max value from RGB is 99 - color contains mainly: red. Hex color #63215D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63215D is #9CDEA2. Grayscale: #3B3B3B. Windows color (decimal): -10280611 or 6103395. OLE color: 6103395.

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

Color convert

RGB993393-
CMYK00.670.060.61
HSL305.45º50%25.88%-
HSV(B)305.45º66.67%38.82%-
XYZ7.674.5310.83-
YUV59.57146.87156.12-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 44%
GREEN value IS 33 (13.28% from 255) = 14.67%
BLUE value IS 93 (36.72% from 255) = 41.33%
R=44%
G=14.67%
B=41.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.06
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99339300.670.060.61305.455025.88
Hex63215D04363D131321a
Octal1434113501036754616232
Binary110001110000110111010100001111011110110011000111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63215D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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