#63094E

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

Shades of Tyrian Purple #63094E

Tints of Tyrian Purple #63094E

Color information

#63094E (or 0x63094E) is unknown color: approx Tyrian Purple. HEX triplet: 63, 09 and 4E. RGB value is (99,9,78). Sum of RGB (Red+Green+Blue) = 99+9+78=186 (24% of max value = 765). Red value is 99 (39.06% from 255 or 53.23% from 186); Green value is 9 (3.91% from 255 or 4.84% from 186); Blue value is 78 (30.86% from 255 or 41.94% from 186); Max value from RGB is 99 - color contains mainly: red. Hex color #63094E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63094E is #9CF6B1. Grayscale: #2B2B2B. Windows color (decimal): -10286770 or 5114211. OLE color: 5114211.

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

Color convert

RGB99978-
CMYK00.910.210.61
HSL314º83.33%21.18%-
HSV(B)314º90.91%38.82%-
XYZ6.623.47.51-
YUV43.78147.32167.39-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 53.23%
GREEN value IS 9 (3.91% from 255) = 4.84%
BLUE value IS 78 (30.86% from 255) = 41.94%
R=53.23%
G=4.84%
B=41.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.21
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9997800.910.210.6131483.3321.18
Hex6394E05B153D13a5315
Octal143111160133257547212325
Binary1100011100110011100101101110101111101100111010101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63094E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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