#63045B

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

Shades of Palatinate Purple #63045B

Tints of Palatinate Purple #63045B

Color information

#63045B (or 0x63045B) is unknown color: approx Palatinate Purple. HEX triplet: 63, 04 and 5B. RGB value is (99,4,91). Sum of RGB (Red+Green+Blue) = 99+4+91=194 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.03% from 194); Green value is 4 (1.95% from 255 or 2.06% from 194); Blue value is 91 (35.94% from 255 or 46.91% from 194); Max value from RGB is 99 - color contains mainly: red. Hex color #63045B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63045B is #9CFBA4. Grayscale: #2A2A2A. Windows color (decimal): -10288037 or 5964899. OLE color: 5964899.

HSL color Cylindrical-coordinate representation of color #63045B: hue angle of 305.05º 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 #63045B is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.61.

Color convert

RGB99491-
CMYK00.960.080.61
HSL305.05º92.23%20.2%-
HSV(B)305.05º95.96%38.82%-
XYZ7.083.4910.2-
YUV42.32155.47168.43-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 51.03%
GREEN value IS 4 (1.95% from 255) = 2.06%
BLUE value IS 91 (35.94% from 255) = 46.91%
R=51.03%
G=2.06%
B=46.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.08
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9949100.960.080.61305.0592.2320.2
Hex6345B06083D1315c14
Octal14341330140107546113424
Binary11000111001011011011000001000111101100110001101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63045B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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