#63135D

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

Shades of Palatinate Purple #63135D

Tints of Palatinate Purple #63135D

Color information

#63135D (or 0x63135D) is unknown color: approx Palatinate Purple. HEX triplet: 63, 13 and 5D. RGB value is (99,19,93). Sum of RGB (Red+Green+Blue) = 99+19+93=211 (27% of max value = 765). Red value is 99 (39.06% from 255 or 46.92% from 211); Green value is 19 (7.81% from 255 or 9.00% from 211); Blue value is 93 (36.72% from 255 or 44.08% from 211); Max value from RGB is 99 - color contains mainly: red. Hex color #63135D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63135D is #9CECA2. Grayscale: #333333. Windows color (decimal): -10284195 or 6099811. OLE color: 6099811.

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

Color convert

RGB991993-
CMYK00.810.060.61
HSL304.5º67.8%23.14%-
HSV(B)304.5º80.81%38.82%-
XYZ7.353.9110.72-
YUV51.36151.5161.98-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 46.92%
GREEN value IS 19 (7.81% from 255) = 9.00%
BLUE value IS 93 (36.72% from 255) = 44.08%
R=46.92%
G=9.00%
B=44.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.06
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99199300.810.060.61304.567.823.14
Hex63135D05163D1304417
Octal14323135012167546010427
Binary110001110011101110101010001110111101100110000100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63135D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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