#63135A

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

Shades of Palatinate Purple #63135A

Tints of Palatinate Purple #63135A

Color information

#63135A (or 0x63135A) is unknown color: approx Palatinate Purple. HEX triplet: 63, 13 and 5A. RGB value is (99,19,90). Sum of RGB (Red+Green+Blue) = 99+19+90=208 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.60% from 208); Green value is 19 (7.81% from 255 or 9.13% from 208); Blue value is 90 (35.55% from 255 or 43.27% from 208); Max value from RGB is 99 - color contains mainly: red. Hex color #63135A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63135A is #9CECA5. Grayscale: #323232. Windows color (decimal): -10284198 or 5903203. OLE color: 5903203.

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

Color convert

RGB991990-
CMYK00.810.090.61
HSL306.75º67.8%23.14%-
HSV(B)306.75º80.81%38.82%-
XYZ7.223.8610.04-
YUV51.01150162.23-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 47.60%
GREEN value IS 19 (7.81% from 255) = 9.13%
BLUE value IS 90 (35.55% from 255) = 43.27%
R=47.60%
G=9.13%
B=43.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.09
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99199000.810.090.61306.7567.823.14
Hex63135A05193D1334417
Octal143231320121117546310427
Binary1100011100111011010010100011001111101100110011100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63135A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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