#7F093A

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

Shades of Tyrian Purple #7F093A

Tints of Tyrian Purple #7F093A

Color information

#7F093A (or 0x7F093A) is unknown color: approx Tyrian Purple. HEX triplet: 7F, 09 and 3A. RGB value is (127,9,58). Sum of RGB (Red+Green+Blue) = 127+9+58=194 (25% of max value = 765). Red value is 127 (50% from 255 or 65.46% from 194); Green value is 9 (3.91% from 255 or 4.64% from 194); Blue value is 58 (23.05% from 255 or 29.90% from 194); Max value from RGB is 127 - color contains mainly: red. Hex color #7F093A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F093A is #80F6C5. Grayscale: #313131. Windows color (decimal): -8451782 or 3803519. OLE color: 3803519.

HSL color Cylindrical-coordinate representation of color #7F093A: hue angle of 335.08º 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 #7F093A is Cyan = 0, Magento = 0.93, Yellow = 0.54 and Black (K on CMYK) = 0.50.

Color convert

RGB127958-
CMYK00.930.540.50
HSL335.08º86.76%26.67%-
HSV(B)335.08º92.91%49.8%-
XYZ9.615.014.46-
YUV49.87132.59183.02-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 65.46%
GREEN value IS 9 (3.91% from 255) = 4.64%
BLUE value IS 58 (23.05% from 255) = 29.90%
R=65.46%
G=4.64%
B=29.90%

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
Decimal12795800.930.540.50335.0886.7626.67
Hex7F93A05D363214f571b
Octal17711720135666251712733
Binary1111111100111101001011101110110110010101001111101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F093A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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