#7F093B

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

Shades of Tyrian Purple #7F093B

Tints of Tyrian Purple #7F093B

Color information

#7F093B (or 0x7F093B) is unknown color: approx Tyrian Purple. HEX triplet: 7F, 09 and 3B. RGB value is (127,9,59). Sum of RGB (Red+Green+Blue) = 127+9+59=195 (25% of max value = 765). Red value is 127 (50% from 255 or 65.13% from 195); Green value is 9 (3.91% from 255 or 4.62% from 195); Blue value is 59 (23.44% from 255 or 30.26% from 195); Max value from RGB is 127 - color contains mainly: red. Hex color #7F093B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F093B is #80F6C4. Grayscale: #313131. Windows color (decimal): -8451781 or 3869055. OLE color: 3869055.

HSL color Cylindrical-coordinate representation of color #7F093B: hue angle of 334.58º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7F093B is Cyan = 0, Magento = 0.93, Yellow = 0.54 and Black (K on CMYK) = 0.50.

Color convert

RGB127959-
CMYK00.930.540.50
HSL334.58º86.76%26.67%-
HSV(B)334.58º92.91%49.8%-
XYZ9.645.024.6-
YUV49.98133.09182.93-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 65.13%
GREEN value IS 9 (3.91% from 255) = 4.62%
BLUE value IS 59 (23.44% from 255) = 30.26%
R=65.13%
G=4.62%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.54
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12795900.930.540.50334.5886.7626.67
Hex7F93B05D363214f571b
Octal17711730135666251712733
Binary1111111100111101101011101110110110010101001111101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F093B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F093B; }

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

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

<style>
 a { background-color: #7F093B; }

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

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

<style>
 span { border-color: #7F093B; }

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

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