Html Css Color HEX #7C094F Tyrian Purple

📋 copy color: '#7C094F'

red 124 ◦ green 9 ◦ blue 79

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

Shades of Tyrian Purple #7C094F

Tints of Tyrian Purple #7C094F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 37.26%

R = 58.49%
G = 4.25%
B = 37.26%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.36

 K value IS 0.51

RGB Variations

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

Color information

#7C094F (or 0x7C094F) is known color: Tyrian Purple. HEX triplet: 7C, 09 and 4F. RGB value is (124,9,79). Sum of RGB (Red+Green+Blue) = 124+9+79=212 (28% of max value = 765). Red value is 124 (48.83% from 255 or 58.49% from 212); Green value is 9 (3.91% from 255 or 4.25% from 212); Blue value is 79 (31.25% from 255 or 37.26% from 212); Max value from RGB is 124 - color contains mainly: red. Hex color #7C094F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C094F is #83F6B0. Grayscale: #333333. Windows color (decimal): -8648369 or 5179772. OLE color: 5179772.

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

Color convert

RGB 124 9 79 -
CMYK 0 0.93 0.36 0.51
HSL 323.48º 0.86% 0.26% -
HSV(B) 323.48º 0.93% 0.49% -
XYZ 9.82 5.04 7.85 -
YUV 51.37 143.6 179.81 -
System Red Green Blue C M Y K H S L
Decimal 124 9 79 0 0.93 0.36 0.51 323.48 0.86 0.26
Hex 7C 9 4F 0 5D 24 33 143 56 1A
Octal 174 11 117 0 135 44 63 503 126 32
Binary 1111100 1001 1001111 0 1011101 100100 110011 101000011 1010110 11010

Color Harmonies of #7C094F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C094F

Black with #7C094F

Text Example


Text Example

White with #7C094F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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