#63053A

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

Shades of Tyrian Purple #63053A

Tints of Tyrian Purple #63053A

Color information

#63053A (or 0x63053A) is unknown color: approx Tyrian Purple. HEX triplet: 63, 05 and 3A. RGB value is (99,5,58). Sum of RGB (Red+Green+Blue) = 99+5+58=162 (21% of max value = 765). Red value is 99 (39.06% from 255 or 61.11% from 162); Green value is 5 (2.34% from 255 or 3.09% from 162); Blue value is 58 (23.05% from 255 or 35.80% from 162); Max value from RGB is 99 - color contains mainly: red. Hex color #63053A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63053A is #9CFAC5. Grayscale: #272727. Windows color (decimal): -10287814 or 3802467. OLE color: 3802467.

HSL color Cylindrical-coordinate representation of color #63053A: hue angle of 326.17º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #63053A is Cyan = 0, Magento = 0.95, Yellow = 0.41 and Black (K on CMYK) = 0.61.

Color convert

RGB99558-
CMYK00.950.410.61
HSL326.17º90.38%20.39%-
HSV(B)326.17º94.95%38.82%-
XYZ5.963.074.28-
YUV39.15138.64170.69-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 61.11%
GREEN value IS 5 (2.34% from 255) = 3.09%
BLUE value IS 58 (23.05% from 255) = 35.80%
R=61.11%
G=3.09%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.41
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9955800.950.410.61326.1790.3820.39
Hex6353A05F293D1465a14
Octal1435720137517550613224
Binary110001110111101001011111101001111101101000110101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63053A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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