Html Css Color HEX #7C0951 Tyrian Purple

📋 copy color: '#7C0951'

red 124 ◦ green 9 ◦ blue 81

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

Shades of Tyrian Purple #7C0951

Tints of Tyrian Purple #7C0951

RGB

 RED value IS 124 (48.83% from 255) = 57.94%

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

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

R = 57.94%
G = 4.21%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.35

 K value IS 0.51

RGB Variations

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

Color information

#7C0951 (or 0x7C0951) is known color: Tyrian Purple. HEX triplet: 7C, 09 and 51. RGB value is (124,9,81). Sum of RGB (Red+Green+Blue) = 124+9+81=214 (28% of max value = 765). Red value is 124 (48.83% from 255 or 57.94% from 214); Green value is 9 (3.91% from 255 or 4.21% from 214); Blue value is 81 (32.03% from 255 or 37.85% from 214); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0951 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C0951 is #83F6AE. Grayscale: #333333. Windows color (decimal): -8648367 or 5310844. OLE color: 5310844.

HSL color Cylindrical-coordinate representation of color #7C0951: hue angle of 322.43º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7C0951 is Cyan = 0, Magento = 0.93, Yellow = 0.35 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 9 81 -
CMYK 0 0.93 0.35 0.51
HSL 322.43º 0.86% 0.26% -
HSV(B) 322.43º 0.93% 0.49% -
XYZ 9.9 5.07 8.24 -
YUV 51.59 144.6 179.65 -
System Red Green Blue C M Y K H S L
Decimal 124 9 81 0 0.93 0.35 0.51 322.43 0.86 0.26
Hex 7C 9 51 0 5D 23 33 142 56 1A
Octal 174 11 121 0 135 43 63 502 126 32
Binary 1111100 1001 1010001 0 1011101 100011 110011 101000010 1010110 11010

Color Harmonies of #7C0951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C0951

Black with #7C0951

Text Example


Text Example

White with #7C0951

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,9,81); }

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

background-color css

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

 a { background-color: rgb(124,9,81); }

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

border-color css

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

 span { border-color: rgb(124,9,81); }

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