#63135C

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

Shades of Palatinate Purple #63135C

Tints of Palatinate Purple #63135C

Color information

#63135C (or 0x63135C) is unknown color: approx Palatinate Purple. HEX triplet: 63, 13 and 5C. RGB value is (99,19,92). Sum of RGB (Red+Green+Blue) = 99+19+92=210 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.14% from 210); Green value is 19 (7.81% from 255 or 9.05% from 210); Blue value is 92 (36.33% from 255 or 43.81% from 210); Max value from RGB is 99 - color contains mainly: red. Hex color #63135C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63135C is #9CECA3. Grayscale: #333333. Windows color (decimal): -10284196 or 6034275. OLE color: 6034275.

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

Color convert

RGB991992-
CMYK00.810.070.61
HSL305.25º67.8%23.14%-
HSV(B)305.25º80.81%38.82%-
XYZ7.313.8910.49-
YUV51.24151162.06-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 47.14%
GREEN value IS 19 (7.81% from 255) = 9.05%
BLUE value IS 92 (36.33% from 255) = 43.81%
R=47.14%
G=9.05%
B=43.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.07
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99199200.810.070.61305.2567.823.14
Hex63135C05173D1314417
Octal14323134012177546110427
Binary110001110011101110001010001111111101100110001100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63135C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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