Html Css Color HEX #7F094A Tyrian Purple

📋 copy color: '#7F094A'

red 127 ◦ green 9 ◦ blue 74

#7F094A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tyrian Purple #7F094A

Tints of Tyrian Purple #7F094A

RGB

 RED value IS 127 (50% from 255) = 60.48%

 GREEN value IS 9 (3.91% from 255) = 4.29%

 BLUE value IS 74 (29.3% from 255) = 35.24%

R = 60.48%
G = 4.29%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.42

 K value IS 0.50

RGB Variations

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

Color information

#7F094A (or 0x7F094A) is known color: Tyrian Purple. HEX triplet: 7F, 09 and 4A. RGB value is (127,9,74). Sum of RGB (Red+Green+Blue) = 127+9+74=210 (27% of max value = 765). Red value is 127 (50% from 255 or 60.48% from 210); Green value is 9 (3.91% from 255 or 4.29% from 210); Blue value is 74 (29.30% from 255 or 35.24% from 210); Max value from RGB is 127 - color contains mainly: red. Hex color #7F094A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F094A is #80F6B5. Grayscale: #333333. Windows color (decimal): -8451766 or 4852095. OLE color: 4852095.

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

Color convert

RGB 127 9 74 -
CMYK 0 0.93 0.42 0.50
HSL 326.95º 0.87% 0.27% -
HSV(B) 326.95º 0.93% 0.5% -
XYZ 10.09 5.2 6.95 -
YUV 51.69 140.59 181.71 -
System Red Green Blue C M Y K H S L
Decimal 127 9 74 0 0.93 0.42 0.50 326.95 0.87 0.27
Hex 7F 9 4A 0 5D 2A 32 147 57 1B
Octal 177 11 112 0 135 52 62 507 127 33
Binary 1111111 1001 1001010 0 1011101 101010 110010 101000111 1010111 11011

Color Harmonies of #7F094A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F094A

Black with #7F094A

Text Example


Text Example

White with #7F094A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7F094A;
 }
 .AnyTagClassName
 {
   color: #7F094A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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