#63044B

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

Shades of Tyrian Purple #63044B

Tints of Tyrian Purple #63044B

Color information

#63044B (or 0x63044B) is unknown color: approx Tyrian Purple. HEX triplet: 63, 04 and 4B. RGB value is (99,4,75). Sum of RGB (Red+Green+Blue) = 99+4+75=178 (23% of max value = 765). Red value is 99 (39.06% from 255 or 55.62% from 178); Green value is 4 (1.95% from 255 or 2.25% from 178); Blue value is 75 (29.69% from 255 or 42.13% from 178); Max value from RGB is 99 - color contains mainly: red. Hex color #63044B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63044B is #9CFBB4. Grayscale: #282828. Windows color (decimal): -10288053 or 4916323. OLE color: 4916323.

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

Color convert

RGB99475-
CMYK00.960.240.61
HSL315.16º92.23%20.2%-
HSV(B)315.16º95.96%38.82%-
XYZ6.463.256.94-
YUV40.5147.47169.73-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 55.62%
GREEN value IS 4 (1.95% from 255) = 2.25%
BLUE value IS 75 (29.69% from 255) = 42.13%
R=55.62%
G=2.25%
B=42.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.24
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9947500.960.240.61315.1692.2320.2
Hex6344B060183D13b5c14
Octal14341130140307547313424
Binary110001110010010110110000011000111101100111011101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63044B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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