#63315B

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

Shades of Palatinate Purple #63315B

Tints of Palatinate Purple #63315B

Color information

#63315B (or 0x63315B) is unknown color: approx Palatinate Purple. HEX triplet: 63, 31 and 5B. RGB value is (99,49,91). Sum of RGB (Red+Green+Blue) = 99+49+91=239 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.42% from 239); Green value is 49 (19.53% from 255 or 20.50% from 239); Blue value is 91 (35.94% from 255 or 38.08% from 239); Max value from RGB is 99 - color contains mainly: red. Hex color #63315B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63315B is #9CCEA4. Grayscale: #444444. Windows color (decimal): -10276517 or 5976419. OLE color: 5976419.

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

Color convert

RGB994991-
CMYK00.510.080.61
HSL309.6º33.78%29.02%-
HSV(B)309.6º50.51%38.82%-
XYZ8.135.610.55-
YUV68.74140.56149.58-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 41.42%
GREEN value IS 49 (19.53% from 255) = 20.50%
BLUE value IS 91 (35.94% from 255) = 38.08%
R=41.42%
G=20.50%
B=38.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.08
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99499100.510.080.61309.633.7829.02
Hex63315B03383D136221d
Octal1436113306310754664235
Binary110001111000110110110110011100011110110011011010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63315B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63315B; }

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

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

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

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

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

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

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

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