Html Css Color HEX #78044A Tyrian Purple

📋 copy color: '#78044A'

red 120 ◦ green 4 ◦ blue 74

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

Shades of Tyrian Purple #78044A

Tints of Tyrian Purple #78044A

RGB

 RED value IS 120 (47.27% from 255) = 60.61%

 GREEN value IS 4 (1.95% from 255) = 2.02%

 BLUE value IS 74 (29.3% from 255) = 37.37%

R = 60.61%
G = 2.02%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.38

 K value IS 0.53

RGB Variations

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

Color information

#78044A (or 0x78044A) is known color: Tyrian Purple. HEX triplet: 78, 04 and 4A. RGB value is (120,4,74). Sum of RGB (Red+Green+Blue) = 120+4+74=198 (26% of max value = 765). Red value is 120 (47.27% from 255 or 60.61% from 198); Green value is 4 (1.95% from 255 or 2.02% from 198); Blue value is 74 (29.30% from 255 or 37.37% from 198); Max value from RGB is 120 - color contains mainly: red. Hex color #78044A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78044A is #87FBB5. Grayscale: #2E2E2E. Windows color (decimal): -8911798 or 4850808. OLE color: 4850808.

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

Color convert

RGB 120 4 74 -
CMYK 0 0.97 0.38 0.53
HSL 323.79º 0.94% 0.24% -
HSV(B) 323.79º 0.97% 0.47% -
XYZ 9.03 4.57 6.89 -
YUV 46.66 143.43 180.31 -
System Red Green Blue C M Y K H S L
Decimal 120 4 74 0 0.97 0.38 0.53 323.79 0.94 0.24
Hex 78 4 4A 0 61 26 35 144 5E 18
Octal 170 4 112 0 141 46 65 504 136 30
Binary 1111000 100 1001010 0 1100001 100110 110101 101000100 1011110 11000

Color Harmonies of #78044A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78044A

Black with #78044A

Text Example


Text Example

White with #78044A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78044A; }

 p { color: rgb(120,4,74); }

 H1.HeaderClassName
 {
   color: #78044A;
 }
 .AnyTagClassName
 {
   color: #78044A;
 }
</style>

background-color css

<style>
 a { background-color: #78044A; }

 a { background-color: rgb(120,4,74); }

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

border-color css

<style>
 span { border-color: #78044A; }

 span { border-color: rgb(120,4,74); }

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