Html Css Color HEX #7F0846 Tyrian Purple

📋 copy color: '#7F0846'

red 127 ◦ green 8 ◦ blue 70

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

Shades of Tyrian Purple #7F0846

Tints of Tyrian Purple #7F0846

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 34.15%

R = 61.95%
G = 3.9%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.45

 K value IS 0.50

RGB Variations

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

Color information

#7F0846 (or 0x7F0846) is known color: Tyrian Purple. HEX triplet: 7F, 08 and 46. RGB value is (127,8,70). Sum of RGB (Red+Green+Blue) = 127+8+70=205 (27% of max value = 765). Red value is 127 (50% from 255 or 61.95% from 205); Green value is 8 (3.52% from 255 or 3.90% from 205); Blue value is 70 (27.73% from 255 or 34.15% from 205); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0846 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F0846 is #80F7B9. Grayscale: #323232. Windows color (decimal): -8452026 or 4589695. OLE color: 4589695.

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

Color convert

RGB 127 8 70 -
CMYK 0 0.94 0.45 0.50
HSL 328.74º 0.88% 0.26% -
HSV(B) 328.74º 0.94% 0.5% -
XYZ 9.94 5.13 6.26 -
YUV 50.65 138.92 182.46 -
System Red Green Blue C M Y K H S L
Decimal 127 8 70 0 0.94 0.45 0.50 328.74 0.88 0.26
Hex 7F 8 46 0 5E 2D 32 149 58 1A
Octal 177 10 106 0 136 55 62 511 130 32
Binary 1111111 1000 1000110 0 1011110 101101 110010 101001001 1011000 11010

Color Harmonies of #7F0846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0846

Black with #7F0846

Text Example


Text Example

White with #7F0846

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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