Html Css Color HEX #79054B Tyrian Purple

📋 copy color: '#79054B'

red 121 ◦ green 5 ◦ blue 75

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

Shades of Tyrian Purple #79054B

Tints of Tyrian Purple #79054B

RGB

 RED value IS 121 (47.66% from 255) = 60.2%

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

 BLUE value IS 75 (29.69% from 255) = 37.31%

R = 60.2%
G = 2.49%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.38

 K value IS 0.53

RGB Variations

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

Color information

#79054B (or 0x79054B) is known color: Tyrian Purple. HEX triplet: 79, 05 and 4B. RGB value is (121,5,75). Sum of RGB (Red+Green+Blue) = 121+5+75=201 (26% of max value = 765). Red value is 121 (47.66% from 255 or 60.20% from 201); Green value is 5 (2.34% from 255 or 2.49% from 201); Blue value is 75 (29.69% from 255 or 37.31% from 201); Max value from RGB is 121 - color contains mainly: red. Hex color #79054B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79054B is #86FAB4. Grayscale: #2F2F2F. Windows color (decimal): -8846005 or 4916601. OLE color: 4916601.

HSL color Cylindrical-coordinate representation of color #79054B: hue angle of 323.79º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #79054B is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 5 75 -
CMYK 0 0.96 0.38 0.53
HSL 323.79º 0.92% 0.25% -
HSV(B) 323.79º 0.96% 0.47% -
XYZ 9.21 4.68 7.07 -
YUV 47.66 143.43 180.31 -
System Red Green Blue C M Y K H S L
Decimal 121 5 75 0 0.96 0.38 0.53 323.79 0.92 0.25
Hex 79 5 4B 0 60 26 35 144 5C 19
Octal 171 5 113 0 140 46 65 504 134 31
Binary 1111001 101 1001011 0 1100000 100110 110101 101000100 1011100 11001

Color Harmonies of #79054B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79054B

Black with #79054B

Text Example


Text Example

White with #79054B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79054B; }

 p { color: rgb(121,5,75); }

 H1.HeaderClassName
 {
   color: #79054B;
 }
 .AnyTagClassName
 {
   color: #79054B;
 }
</style>

background-color css

<style>
 a { background-color: #79054B; }

 a { background-color: rgb(121,5,75); }

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

border-color css

<style>
 span { border-color: #79054B; }

 span { border-color: rgb(121,5,75); }

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