Html Css Color HEX #7F0941 Tyrian Purple

📋 copy color: '#7F0941'

red 127 ◦ green 9 ◦ blue 65

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

Shades of Tyrian Purple #7F0941

Tints of Tyrian Purple #7F0941

RGB

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

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

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

R = 63.18%
G = 4.48%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.49

 K value IS 0.50

RGB Variations

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

Color information

#7F0941 (or 0x7F0941) is known color: Tyrian Purple. HEX triplet: 7F, 09 and 41. RGB value is (127,9,65). Sum of RGB (Red+Green+Blue) = 127+9+65=201 (26% of max value = 765). Red value is 127 (50% from 255 or 63.18% from 201); Green value is 9 (3.91% from 255 or 4.48% from 201); Blue value is 65 (25.78% from 255 or 32.34% from 201); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0941 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F0941 is #80F6BE. Grayscale: #323232. Windows color (decimal): -8451775 or 4262271. OLE color: 4262271.

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

Color convert

RGB 127 9 65 -
CMYK 0 0.93 0.49 0.50
HSL 331.53º 0.87% 0.27% -
HSV(B) 331.53º 0.93% 0.5% -
XYZ 9.8 5.09 5.47 -
YUV 50.67 136.09 182.45 -
System Red Green Blue C M Y K H S L
Decimal 127 9 65 0 0.93 0.49 0.50 331.53 0.87 0.27
Hex 7F 9 41 0 5D 31 32 14C 57 1B
Octal 177 11 101 0 135 61 62 514 127 33
Binary 1111111 1001 1000001 0 1011101 110001 110010 101001100 1010111 11011

Color Harmonies of #7F0941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0941

Black with #7F0941

Text Example


Text Example

White with #7F0941

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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