#63093B

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

Shades of Tyrian Purple #63093B

Tints of Tyrian Purple #63093B

Color information

#63093B (or 0x63093B) is unknown color: approx Tyrian Purple. HEX triplet: 63, 09 and 3B. RGB value is (99,9,59). Sum of RGB (Red+Green+Blue) = 99+9+59=167 (22% of max value = 765). Red value is 99 (39.06% from 255 or 59.28% from 167); Green value is 9 (3.91% from 255 or 5.39% from 167); Blue value is 59 (23.44% from 255 or 35.33% from 167); Max value from RGB is 99 - color contains mainly: red. Hex color #63093B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63093B is #9CF6C4. Grayscale: #292929. Windows color (decimal): -10286789 or 3869027. OLE color: 3869027.

HSL color Cylindrical-coordinate representation of color #63093B: hue angle of 326.67º 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 #63093B is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.61.

Color convert

RGB99959-
CMYK00.910.400.61
HSL326.67º83.33%21.18%-
HSV(B)326.67º90.91%38.82%-
XYZ6.033.164.43-
YUV41.61137.82168.93-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 59.28%
GREEN value IS 9 (3.91% from 255) = 5.39%
BLUE value IS 59 (23.44% from 255) = 35.33%
R=59.28%
G=5.39%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.40
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9995900.910.400.61326.6783.3321.18
Hex6393B05B283D1475315
Octal14311730133507550712325
Binary1100011100111101101011011101000111101101000111101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63093B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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