#63094B

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

Shades of Tyrian Purple #63094B

Tints of Tyrian Purple #63094B

Color information

#63094B (or 0x63094B) is unknown color: approx Tyrian Purple. HEX triplet: 63, 09 and 4B. RGB value is (99,9,75). Sum of RGB (Red+Green+Blue) = 99+9+75=183 (24% of max value = 765). Red value is 99 (39.06% from 255 or 54.10% from 183); Green value is 9 (3.91% from 255 or 4.92% from 183); Blue value is 75 (29.69% from 255 or 40.98% from 183); Max value from RGB is 99 - color contains mainly: red. Hex color #63094B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63094B is #9CF6B4. Grayscale: #2B2B2B. Windows color (decimal): -10286773 or 4917603. OLE color: 4917603.

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

Color convert

RGB99975-
CMYK00.910.240.61
HSL316º83.33%21.18%-
HSV(B)316º90.91%38.82%-
XYZ6.513.366.96-
YUV43.43145.82167.63-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 54.10%
GREEN value IS 9 (3.91% from 255) = 4.92%
BLUE value IS 75 (29.69% from 255) = 40.98%
R=54.10%
G=4.92%
B=40.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.24
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9997500.910.240.6131683.3321.18
Hex6394B05B183D13c5315
Octal143111130133307547412325
Binary1100011100110010110101101111000111101100111100101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63094B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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