Html Css Color HEX #78044E Tyrian Purple

📋 copy color: '#78044E'

red 120 ◦ green 4 ◦ blue 78

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

Shades of Tyrian Purple #78044E

Tints of Tyrian Purple #78044E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 38.61%

R = 59.41%
G = 1.98%
B = 38.61%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.35

 K value IS 0.53

RGB Variations

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

Color information

#78044E (or 0x78044E) is known color: Tyrian Purple. HEX triplet: 78, 04 and 4E. RGB value is (120,4,78). Sum of RGB (Red+Green+Blue) = 120+4+78=202 (26% of max value = 765). Red value is 120 (47.27% from 255 or 59.41% from 202); Green value is 4 (1.95% from 255 or 1.98% from 202); Blue value is 78 (30.86% from 255 or 38.61% from 202); Max value from RGB is 120 - color contains mainly: red. Hex color #78044E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78044E is #87FBB1. Grayscale: #2E2E2E. Windows color (decimal): -8911794 or 5112952. OLE color: 5112952.

HSL color Cylindrical-coordinate representation of color #78044E: hue angle of 321.72º 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 #78044E is Cyan = 0, Magento = 0.97, Yellow = 0.35 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 4 78 -
CMYK 0 0.97 0.35 0.53
HSL 321.72º 0.94% 0.24% -
HSV(B) 321.72º 0.97% 0.47% -
XYZ 9.16 4.63 7.62 -
YUV 47.12 145.43 179.98 -
System Red Green Blue C M Y K H S L
Decimal 120 4 78 0 0.97 0.35 0.53 321.72 0.94 0.24
Hex 78 4 4E 0 61 23 35 142 5E 18
Octal 170 4 116 0 141 43 65 502 136 30
Binary 1111000 100 1001110 0 1100001 100011 110101 101000010 1011110 11000

Color Harmonies of #78044E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78044E

Black with #78044E

Text Example


Text Example

White with #78044E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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