Html Css Color HEX #7F084A Tyrian Purple

📋 copy color: '#7F084A'

red 127 ◦ green 8 ◦ blue 74

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

Shades of Tyrian Purple #7F084A

Tints of Tyrian Purple #7F084A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.83%

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

R = 60.77%
G = 3.83%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.42

 K value IS 0.50

RGB Variations

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

Color information

#7F084A (or 0x7F084A) is known color: Tyrian Purple. HEX triplet: 7F, 08 and 4A. RGB value is (127,8,74). Sum of RGB (Red+Green+Blue) = 127+8+74=209 (27% of max value = 765). Red value is 127 (50% from 255 or 60.77% from 209); Green value is 8 (3.52% from 255 or 3.83% from 209); Blue value is 74 (29.30% from 255 or 35.41% from 209); Max value from RGB is 127 - color contains mainly: red. Hex color #7F084A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F084A is #80F7B5. Grayscale: #323232. Windows color (decimal): -8452022 or 4851839. OLE color: 4851839.

HSL color Cylindrical-coordinate representation of color #7F084A: hue angle of 326.72º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7F084A is Cyan = 0, Magento = 0.94, Yellow = 0.42 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 8 74 -
CMYK 0 0.94 0.42 0.50
HSL 326.72º 0.88% 0.26% -
HSV(B) 326.72º 0.94% 0.5% -
XYZ 10.08 5.18 6.95 -
YUV 51.11 140.92 182.13 -
System Red Green Blue C M Y K H S L
Decimal 127 8 74 0 0.94 0.42 0.50 326.72 0.88 0.26
Hex 7F 8 4A 0 5E 2A 32 147 58 1A
Octal 177 10 112 0 136 52 62 507 130 32
Binary 1111111 1000 1001010 0 1011110 101010 110010 101000111 1011000 11010

Color Harmonies of #7F084A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F084A

Black with #7F084A

Text Example


Text Example

White with #7F084A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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