Html Css Color HEX #7F024A Tyrian Purple

📋 copy color: '#7F024A'

red 127 ◦ green 2 ◦ blue 74

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

Shades of Tyrian Purple #7F024A

Tints of Tyrian Purple #7F024A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.99%

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

R = 62.56%
G = 0.99%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.42

 K value IS 0.50

RGB Variations

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

Color information

#7F024A (or 0x7F024A) is known color: Tyrian Purple. HEX triplet: 7F, 02 and 4A. RGB value is (127,2,74). Sum of RGB (Red+Green+Blue) = 127+2+74=203 (26% of max value = 765). Red value is 127 (50% from 255 or 62.56% from 203); Green value is 2 (1.17% from 255 or 0.99% from 203); Blue value is 74 (29.30% from 255 or 36.45% from 203); Max value from RGB is 127 - color contains mainly: red. Hex color #7F024A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F024A is #80FDB5. Grayscale: #2F2F2F. Windows color (decimal): -8453558 or 4850303. OLE color: 4850303.

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

Color convert

RGB 127 2 74 -
CMYK 0 0.98 0.42 0.50
HSL 325.44º 0.97% 0.25% -
HSV(B) 325.44º 0.98% 0.5% -
XYZ 10.01 5.05 6.93 -
YUV 47.58 142.91 184.65 -
System Red Green Blue C M Y K H S L
Decimal 127 2 74 0 0.98 0.42 0.50 325.44 0.97 0.25
Hex 7F 2 4A 0 62 2A 32 145 61 19
Octal 177 2 112 0 142 52 62 505 141 31
Binary 1111111 10 1001010 0 1100010 101010 110010 101000101 1100001 11001

Color Harmonies of #7F024A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F024A

Black with #7F024A

Text Example


Text Example

White with #7F024A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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