#63045E

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

Shades of Palatinate Purple #63045E

Tints of Palatinate Purple #63045E

Color information

#63045E (or 0x63045E) is unknown color: approx Palatinate Purple. HEX triplet: 63, 04 and 5E. RGB value is (99,4,94). Sum of RGB (Red+Green+Blue) = 99+4+94=197 (26% of max value = 765). Red value is 99 (39.06% from 255 or 50.25% from 197); Green value is 4 (1.95% from 255 or 2.03% from 197); Blue value is 94 (37.11% from 255 or 47.72% from 197); Max value from RGB is 99 - color contains mainly: red. Hex color #63045E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63045E is #9CFBA1. Grayscale: #2A2A2A. Windows color (decimal): -10288034 or 6161507. OLE color: 6161507.

HSL color Cylindrical-coordinate representation of color #63045E: hue angle of 303.16º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #63045E is Cyan = 0, Magento = 0.96, Yellow = 0.05 and Black (K on CMYK) = 0.61.

Color convert

RGB99494-
CMYK00.960.050.61
HSL303.16º92.23%20.2%-
HSV(B)303.16º95.96%38.82%-
XYZ7.213.5510.89-
YUV42.66156.97168.18-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 50.25%
GREEN value IS 4 (1.95% from 255) = 2.03%
BLUE value IS 94 (37.11% from 255) = 47.72%
R=50.25%
G=2.03%
B=47.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.05
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9949400.960.050.61303.1692.2320.2
Hex6345E06053D12f5c14
Octal1434136014057545713424
Binary1100011100101111001100000101111101100101111101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63045E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63045E; }

 p { color: rgb(99,4,94); }

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

<style>
 a { background-color: #63045E; }

 a { background-color: rgb(99,4,94); }

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

<style>
 span { border-color: #63045E; }

 span { border-color: rgb(99,4,94); }

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