#63094A

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

Shades of Tyrian Purple #63094A

Tints of Tyrian Purple #63094A

Color information

#63094A (or 0x63094A) is unknown color: approx Tyrian Purple. HEX triplet: 63, 09 and 4A. RGB value is (99,9,74). Sum of RGB (Red+Green+Blue) = 99+9+74=182 (24% of max value = 765). Red value is 99 (39.06% from 255 or 54.40% from 182); Green value is 9 (3.91% from 255 or 4.95% from 182); Blue value is 74 (29.30% from 255 or 40.66% from 182); Max value from RGB is 99 - color contains mainly: red. Hex color #63094A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63094A is #9CF6B5. Grayscale: #2B2B2B. Windows color (decimal): -10286774 or 4852067. OLE color: 4852067.

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

Color convert

RGB99974-
CMYK00.910.250.61
HSL316.67º83.33%21.18%-
HSV(B)316.67º90.91%38.82%-
XYZ6.483.346.78-
YUV43.32145.32167.71-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 54.40%
GREEN value IS 9 (3.91% from 255) = 4.95%
BLUE value IS 74 (29.30% from 255) = 40.66%
R=54.40%
G=4.95%
B=40.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.25
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9997400.910.250.61316.6783.3321.18
Hex6394A05B193D13d5315
Octal143111120133317547512325
Binary1100011100110010100101101111001111101100111101101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63094A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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