#63185A

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

Shades of Palatinate Purple #63185A

Tints of Palatinate Purple #63185A

Color information

#63185A (or 0x63185A) is unknown color: approx Palatinate Purple. HEX triplet: 63, 18 and 5A. RGB value is (99,24,90). Sum of RGB (Red+Green+Blue) = 99+24+90=213 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.48% from 213); Green value is 24 (9.77% from 255 or 11.27% from 213); Blue value is 90 (35.55% from 255 or 42.25% from 213); Max value from RGB is 99 - color contains mainly: red. Hex color #63185A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63185A is #9CE7A5. Grayscale: #353535. Windows color (decimal): -10282918 or 5904483. OLE color: 5904483.

HSL color Cylindrical-coordinate representation of color #63185A: hue angle of 307.2º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #63185A is Cyan = 0, Magento = 0.76, Yellow = 0.09 and Black (K on CMYK) = 0.61.

Color convert

RGB992490-
CMYK00.760.090.61
HSL307.2º60.98%24.12%-
HSV(B)307.2º75.76%38.82%-
XYZ7.324.0410.07-
YUV53.95148.35160.13-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 46.48%
GREEN value IS 24 (9.77% from 255) = 11.27%
BLUE value IS 90 (35.55% from 255) = 42.25%
R=46.48%
G=11.27%
B=42.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.09
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99249000.760.090.61307.260.9824.12
Hex63185A04C93D1333d18
Octal14330132011411754637530
Binary110001111000101101001001100100111110110011001111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63185A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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