#63195C

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

Shades of Palatinate Purple #63195C

Tints of Palatinate Purple #63195C

Color information

#63195C (or 0x63195C) is unknown color: approx Palatinate Purple. HEX triplet: 63, 19 and 5C. RGB value is (99,25,92). Sum of RGB (Red+Green+Blue) = 99+25+92=216 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.83% from 216); Green value is 25 (10.16% from 255 or 11.57% from 216); Blue value is 92 (36.33% from 255 or 42.59% from 216); Max value from RGB is 99 - color contains mainly: red. Hex color #63195C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63195C is #9CE6A3. Grayscale: #363636. Windows color (decimal): -10282660 or 6035811. OLE color: 6035811.

HSL color Cylindrical-coordinate representation of color #63195C: hue angle of 305.68º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #63195C is Cyan = 0, Magento = 0.75, Yellow = 0.07 and Black (K on CMYK) = 0.61.

Color convert

RGB992592-
CMYK00.750.070.61
HSL305.68º59.68%24.31%-
HSV(B)305.68º74.75%38.82%-
XYZ7.424.1210.53-
YUV54.76149.02159.55-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 45.83%
GREEN value IS 25 (10.16% from 255) = 11.57%
BLUE value IS 92 (36.33% from 255) = 42.59%
R=45.83%
G=11.57%
B=42.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.07
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99259200.750.070.61305.6859.6824.31
Hex63195C04B73D1323c18
Octal1433113401137754627430
Binary11000111100110111000100101111111110110011001011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63195C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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