#63044D

Color #63044D Tyrian Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tyrian Purple #63044D

Tints of Tyrian Purple #63044D

Color information

#63044D (or 0x63044D) is unknown color: approx Tyrian Purple. HEX triplet: 63, 04 and 4D. RGB value is (99,4,77). Sum of RGB (Red+Green+Blue) = 99+4+77=180 (23% of max value = 765). Red value is 99 (39.06% from 255 or 55% from 180); Green value is 4 (1.95% from 255 or 2.22% from 180); Blue value is 77 (30.47% from 255 or 42.78% from 180); Max value from RGB is 99 - color contains mainly: red. Hex color #63044D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63044D is #9CFBB2. Grayscale: #282828. Windows color (decimal): -10288051 or 5047395. OLE color: 5047395.

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

Color convert

RGB99477-
CMYK00.960.220.61
HSL313.89º92.23%20.2%-
HSV(B)313.89º95.96%38.82%-
XYZ6.533.287.31-
YUV40.73148.47169.56-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 55%
GREEN value IS 4 (1.95% from 255) = 2.22%
BLUE value IS 77 (30.47% from 255) = 42.78%
R=55%
G=2.22%
B=42.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.22
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9947700.960.220.61313.8992.2320.2
Hex6344D060163D13a5c14
Octal14341150140267547213424
Binary110001110010011010110000010110111101100111010101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63044D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63044D; }

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

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

<style>
 a { background-color: #63044D; }

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

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

<style>
 span { border-color: #63044D; }

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

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