#63145C

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

Shades of Palatinate Purple #63145C

Tints of Palatinate Purple #63145C

Color information

#63145C (or 0x63145C) is unknown color: approx Palatinate Purple. HEX triplet: 63, 14 and 5C. RGB value is (99,20,92). Sum of RGB (Red+Green+Blue) = 99+20+92=211 (27% of max value = 765). Red value is 99 (39.06% from 255 or 46.92% from 211); Green value is 20 (8.20% from 255 or 9.48% from 211); Blue value is 92 (36.33% from 255 or 43.60% from 211); Max value from RGB is 99 - color contains mainly: red. Hex color #63145C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63145C is #9CEBA3. Grayscale: #333333. Windows color (decimal): -10283940 or 6034531. OLE color: 6034531.

HSL color Cylindrical-coordinate representation of color #63145C: hue angle of 305.32º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #63145C is Cyan = 0, Magento = 0.80, Yellow = 0.07 and Black (K on CMYK) = 0.61.

Color convert

RGB992092-
CMYK00.800.070.61
HSL305.32º66.39%23.33%-
HSV(B)305.32º79.8%38.82%-
XYZ7.333.9310.5-
YUV51.83150.67161.65-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 46.92%
GREEN value IS 20 (8.20% from 255) = 9.48%
BLUE value IS 92 (36.33% from 255) = 43.60%
R=46.92%
G=9.48%
B=43.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.07
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99209200.800.070.61305.3266.3923.33
Hex63145C05073D1314217
Octal14324134012077546110227
Binary110001110100101110001010000111111101100110001100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63145C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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