#63136B

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

Shades of Palatinate Purple #63136B

Tints of Palatinate Purple #63136B

Color information

#63136B (or 0x63136B) is unknown color: approx Palatinate Purple. HEX triplet: 63, 13 and 6B. RGB value is (99,19,107). Sum of RGB (Red+Green+Blue) = 99+19+107=225 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44% from 225); Green value is 19 (7.81% from 255 or 8.44% from 225); Blue value is 107 (42.19% from 255 or 47.56% from 225); Max value from RGB is 107 - color contains mainly: blue. Hex color #63136B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63136B is #9CEC94. Grayscale: #343434. Windows color (decimal): -10284181 or 7017315. OLE color: 7017315.

HSL color Cylindrical-coordinate representation of color #63136B: hue angle of 294.55º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #63136B is Cyan = 0.07, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9919107-
CMYK0.070.8200.58
HSL294.55º69.84%24.71%-
HSV(B)294.55º82.24%41.96%-
XYZ8.034.1814.29-
YUV52.95158.5160.84-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 44%
GREEN value IS 19 (7.81% from 255) = 8.44%
BLUE value IS 107 (42.19% from 255) = 47.56%
R=44%
G=8.44%
B=47.56%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal99191070.070.8200.58294.5569.8424.71
Hex63136B75203A1274619
Octal14323153712207244710631
Binary110001110011110101111110100100111010100100111100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63136B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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