Html Css Color HEX #7F0842 Tyrian Purple

📋 copy color: '#7F0842'

red 127 ◦ green 8 ◦ blue 66

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

Shades of Tyrian Purple #7F0842

Tints of Tyrian Purple #7F0842

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 32.84%

R = 63.18%
G = 3.98%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.48

 K value IS 0.50

RGB Variations

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

Color information

#7F0842 (or 0x7F0842) is known color: Tyrian Purple. HEX triplet: 7F, 08 and 42. RGB value is (127,8,66). Sum of RGB (Red+Green+Blue) = 127+8+66=201 (26% of max value = 765). Red value is 127 (50% from 255 or 63.18% from 201); Green value is 8 (3.52% from 255 or 3.98% from 201); Blue value is 66 (26.17% from 255 or 32.84% from 201); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0842 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F0842 is #80F7BD. Grayscale: #323232. Windows color (decimal): -8452030 or 4327551. OLE color: 4327551.

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

Color convert

RGB 127 8 66 -
CMYK 0 0.94 0.48 0.50
HSL 330.76º 0.88% 0.26% -
HSV(B) 330.76º 0.94% 0.5% -
XYZ 9.82 5.08 5.62 -
YUV 50.19 136.92 182.78 -
System Red Green Blue C M Y K H S L
Decimal 127 8 66 0 0.94 0.48 0.50 330.76 0.88 0.26
Hex 7F 8 42 0 5E 30 32 14B 58 1A
Octal 177 10 102 0 136 60 62 513 130 32
Binary 1111111 1000 1000010 0 1011110 110000 110010 101001011 1011000 11010

Color Harmonies of #7F0842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0842

Black with #7F0842

Text Example


Text Example

White with #7F0842

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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