#63135B

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

Shades of Palatinate Purple #63135B

Tints of Palatinate Purple #63135B

Color information

#63135B (or 0x63135B) is unknown color: approx Palatinate Purple. HEX triplet: 63, 13 and 5B. RGB value is (99,19,91). Sum of RGB (Red+Green+Blue) = 99+19+91=209 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.37% from 209); Green value is 19 (7.81% from 255 or 9.09% from 209); Blue value is 91 (35.94% from 255 or 43.54% from 209); Max value from RGB is 99 - color contains mainly: red. Hex color #63135B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63135B is #9CECA4. Grayscale: #323232. Windows color (decimal): -10284197 or 5968739. OLE color: 5968739.

HSL color Cylindrical-coordinate representation of color #63135B: hue angle of 306º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #63135B is Cyan = 0, Magento = 0.81, Yellow = 0.08 and Black (K on CMYK) = 0.61.

Color convert

RGB991991-
CMYK00.810.080.61
HSL306º67.8%23.14%-
HSV(B)306º80.81%38.82%-
XYZ7.273.8710.26-
YUV51.13150.5162.15-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 47.37%
GREEN value IS 19 (7.81% from 255) = 9.09%
BLUE value IS 91 (35.94% from 255) = 43.54%
R=47.37%
G=9.09%
B=43.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.08
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99199100.810.080.6130667.823.14
Hex63135B05183D1324417
Octal143231330121107546210427
Binary1100011100111011011010100011000111101100110010100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63135B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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