Html Css Color HEX #7F0740 Tyrian Purple

📋 copy color: '#7F0740'

red 127 ◦ green 7 ◦ blue 64

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

Shades of Tyrian Purple #7F0740

Tints of Tyrian Purple #7F0740

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.54%

 BLUE value IS 64 (25.39% from 255) = 32.32%

R = 64.14%
G = 3.54%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.50

 K value IS 0.50

RGB Variations

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

Color information

#7F0740 (or 0x7F0740) is known color: Tyrian Purple. HEX triplet: 7F, 07 and 40. RGB value is (127,7,64). Sum of RGB (Red+Green+Blue) = 127+7+64=198 (26% of max value = 765). Red value is 127 (50% from 255 or 64.14% from 198); Green value is 7 (3.12% from 255 or 3.54% from 198); Blue value is 64 (25.39% from 255 or 32.32% from 198); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0740 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F0740 is #80F8BF. Grayscale: #313131. Windows color (decimal): -8452288 or 4196223. OLE color: 4196223.

HSL color Cylindrical-coordinate representation of color #7F0740: hue angle of 331.5º degrees, saturation: 0.9, 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 #7F0740 is Cyan = 0, Magento = 0.94, Yellow = 0.50 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 7 64 -
CMYK 0 0.94 0.50 0.50
HSL 331.5º 0.9% 0.26% -
HSV(B) 331.5º 0.94% 0.5% -
XYZ 9.75 5.03 5.31 -
YUV 49.38 136.26 183.37 -
System Red Green Blue C M Y K H S L
Decimal 127 7 64 0 0.94 0.50 0.50 331.5 0.9 0.26
Hex 7F 7 40 0 5E 32 32 14C 5A 1A
Octal 177 7 100 0 136 62 62 514 132 32
Binary 1111111 111 1000000 0 1011110 110010 110010 101001100 1011010 11010

Color Harmonies of #7F0740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0740

Black with #7F0740

Text Example


Text Example

White with #7F0740

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,7,64); }

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

background-color css

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

 a { background-color: rgb(127,7,64); }

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

border-color css

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

 span { border-color: rgb(127,7,64); }

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