Html Css Color HEX #79024B Tyrian Purple

📋 copy color: '#79024B'

red 121 ◦ green 2 ◦ blue 75

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

Shades of Tyrian Purple #79024B

Tints of Tyrian Purple #79024B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.01%

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

R = 61.11%
G = 1.01%
B = 37.88%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.38

 K value IS 0.53

RGB Variations

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

Color information

#79024B (or 0x79024B) is known color: Tyrian Purple. HEX triplet: 79, 02 and 4B. RGB value is (121,2,75). Sum of RGB (Red+Green+Blue) = 121+2+75=198 (26% of max value = 765). Red value is 121 (47.66% from 255 or 61.11% from 198); Green value is 2 (1.17% from 255 or 1.01% from 198); Blue value is 75 (29.69% from 255 or 37.88% from 198); Max value from RGB is 121 - color contains mainly: red. Hex color #79024B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79024B is #86FDB4. Grayscale: #2D2D2D. Windows color (decimal): -8846773 or 4915833. OLE color: 4915833.

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

Color convert

RGB 121 2 75 -
CMYK 0 0.98 0.38 0.53
HSL 323.19º 0.97% 0.24% -
HSV(B) 323.19º 0.98% 0.47% -
XYZ 9.18 4.62 7.06 -
YUV 45.9 144.42 181.56 -
System Red Green Blue C M Y K H S L
Decimal 121 2 75 0 0.98 0.38 0.53 323.19 0.97 0.24
Hex 79 2 4B 0 62 26 35 143 61 18
Octal 171 2 113 0 142 46 65 503 141 30
Binary 1111001 10 1001011 0 1100010 100110 110101 101000011 1100001 11000

Color Harmonies of #79024B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79024B

Black with #79024B

Text Example


Text Example

White with #79024B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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