#63093A

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

Shades of Tyrian Purple #63093A

Tints of Tyrian Purple #63093A

Color information

#63093A (or 0x63093A) is unknown color: approx Tyrian Purple. HEX triplet: 63, 09 and 3A. RGB value is (99,9,58). Sum of RGB (Red+Green+Blue) = 99+9+58=166 (21% of max value = 765). Red value is 99 (39.06% from 255 or 59.64% from 166); Green value is 9 (3.91% from 255 or 5.42% from 166); Blue value is 58 (23.05% from 255 or 34.94% from 166); Max value from RGB is 99 - color contains mainly: red. Hex color #63093A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63093A is #9CF6C5. Grayscale: #292929. Windows color (decimal): -10286790 or 3803491. OLE color: 3803491.

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

Color convert

RGB99958-
CMYK00.910.410.61
HSL327.33º83.33%21.18%-
HSV(B)327.33º90.91%38.82%-
XYZ6.013.154.3-
YUV41.5137.32169.02-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 59.64%
GREEN value IS 9 (3.91% from 255) = 5.42%
BLUE value IS 58 (23.05% from 255) = 34.94%
R=59.64%
G=5.42%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.41
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9995800.910.410.61327.3383.3321.18
Hex6393A05B293D1475315
Octal14311720133517550712325
Binary1100011100111101001011011101001111101101000111101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63093A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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