#63043A

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

Shades of Tyrian Purple #63043A

Tints of Tyrian Purple #63043A

Color information

#63043A (or 0x63043A) is unknown color: approx Tyrian Purple. HEX triplet: 63, 04 and 3A. RGB value is (99,4,58). Sum of RGB (Red+Green+Blue) = 99+4+58=161 (21% of max value = 765). Red value is 99 (39.06% from 255 or 61.49% from 161); Green value is 4 (1.95% from 255 or 2.48% from 161); Blue value is 58 (23.05% from 255 or 36.02% from 161); Max value from RGB is 99 - color contains mainly: red. Hex color #63043A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63043A is #9CFBC5. Grayscale: #262626. Windows color (decimal): -10288070 or 3802211. OLE color: 3802211.

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

Color convert

RGB99458-
CMYK00.960.410.61
HSL325.89º92.23%20.2%-
HSV(B)325.89º95.96%38.82%-
XYZ5.953.044.28-
YUV38.56138.97171.11-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 61.49%
GREEN value IS 4 (1.95% from 255) = 2.48%
BLUE value IS 58 (23.05% from 255) = 36.02%
R=61.49%
G=2.48%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.41
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9945800.960.410.61325.8992.2320.2
Hex6343A060293D1465c14
Octal1434720140517550613424
Binary110001110011101001100000101001111101101000110101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63043A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63043A; }

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

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

<style>
 a { background-color: #63043A; }

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

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

<style>
 span { border-color: #63043A; }

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

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