Html Css Color HEX #7F0541 Tyrian Purple

📋 copy color: '#7F0541'

red 127 ◦ green 5 ◦ blue 65

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

Shades of Tyrian Purple #7F0541

Tints of Tyrian Purple #7F0541

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.54%

 BLUE value IS 65 (25.78% from 255) = 32.99%

R = 64.47%
G = 2.54%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.49

 K value IS 0.50

RGB Variations

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

Color information

#7F0541 (or 0x7F0541) is known color: Tyrian Purple. HEX triplet: 7F, 05 and 41. RGB value is (127,5,65). Sum of RGB (Red+Green+Blue) = 127+5+65=197 (26% of max value = 765). Red value is 127 (50% from 255 or 64.47% from 197); Green value is 5 (2.34% from 255 or 2.54% from 197); Blue value is 65 (25.78% from 255 or 32.99% from 197); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0541 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F0541 is #80FABE. Grayscale: #303030. Windows color (decimal): -8452799 or 4261247. OLE color: 4261247.

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

Color convert

RGB 127 5 65 -
CMYK 0 0.96 0.49 0.50
HSL 330.49º 0.92% 0.26% -
HSV(B) 330.49º 0.96% 0.5% -
XYZ 9.76 5 5.45 -
YUV 48.32 137.42 184.12 -
System Red Green Blue C M Y K H S L
Decimal 127 5 65 0 0.96 0.49 0.50 330.49 0.92 0.26
Hex 7F 5 41 0 60 31 32 14A 5C 1A
Octal 177 5 101 0 140 61 62 512 134 32
Binary 1111111 101 1000001 0 1100000 110001 110010 101001010 1011100 11010

Color Harmonies of #7F0541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0541

Black with #7F0541

Text Example


Text Example

White with #7F0541

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,5,65); }

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

background-color css

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

 a { background-color: rgb(127,5,65); }

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

border-color css

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

 span { border-color: rgb(127,5,65); }

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