Html Css Color HEX #7F0551 Tyrian Purple

📋 copy color: '#7F0551'

red 127 ◦ green 5 ◦ blue 81

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

Shades of Tyrian Purple #7F0551

Tints of Tyrian Purple #7F0551

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 38.03%

R = 59.62%
G = 2.35%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.36

 K value IS 0.50

RGB Variations

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

Color information

#7F0551 (or 0x7F0551) is known color: Tyrian Purple. HEX triplet: 7F, 05 and 51. RGB value is (127,5,81). Sum of RGB (Red+Green+Blue) = 127+5+81=213 (28% of max value = 765). Red value is 127 (50% from 255 or 59.62% from 213); Green value is 5 (2.34% from 255 or 2.35% from 213); Blue value is 81 (32.03% from 255 or 38.03% from 213); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0551 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F0551 is #80FAAE. Grayscale: #313131. Windows color (decimal): -8452783 or 5309823. OLE color: 5309823.

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

Color convert

RGB 127 5 81 -
CMYK 0 0.96 0.36 0.50
HSL 322.62º 0.92% 0.26% -
HSV(B) 322.62º 0.96% 0.5% -
XYZ 10.29 5.21 8.25 -
YUV 50.14 145.42 182.82 -
System Red Green Blue C M Y K H S L
Decimal 127 5 81 0 0.96 0.36 0.50 322.62 0.92 0.26
Hex 7F 5 51 0 60 24 32 143 5C 1A
Octal 177 5 121 0 140 44 62 503 134 32
Binary 1111111 101 1010001 0 1100000 100100 110010 101000011 1011100 11010

Color Harmonies of #7F0551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0551

Black with #7F0551

Text Example


Text Example

White with #7F0551

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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