#63044C

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

Shades of Tyrian Purple #63044C

Tints of Tyrian Purple #63044C

Color information

#63044C (or 0x63044C) is unknown color: approx Tyrian Purple. HEX triplet: 63, 04 and 4C. RGB value is (99,4,76). Sum of RGB (Red+Green+Blue) = 99+4+76=179 (23% of max value = 765). Red value is 99 (39.06% from 255 or 55.31% from 179); Green value is 4 (1.95% from 255 or 2.23% from 179); Blue value is 76 (30.08% from 255 or 42.46% from 179); Max value from RGB is 99 - color contains mainly: red. Hex color #63044C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63044C is #9CFBB3. Grayscale: #282828. Windows color (decimal): -10288052 or 4981859. OLE color: 4981859.

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

Color convert

RGB99476-
CMYK00.960.230.61
HSL314.53º92.23%20.2%-
HSV(B)314.53º95.96%38.82%-
XYZ6.493.267.12-
YUV40.61147.97169.65-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 55.31%
GREEN value IS 4 (1.95% from 255) = 2.23%
BLUE value IS 76 (30.08% from 255) = 42.46%
R=55.31%
G=2.23%
B=42.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.23
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9947600.960.230.61314.5392.2320.2
Hex6344C060173D13b5c14
Octal14341140140277547313424
Binary110001110010011000110000010111111101100111011101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63044C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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