Html Css Color HEX #78044C Tyrian Purple

📋 copy color: '#78044C'

red 120 ◦ green 4 ◦ blue 76

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

Shades of Tyrian Purple #78044C

Tints of Tyrian Purple #78044C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 38%

R = 60%
G = 2%
B = 38%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.37

 K value IS 0.53

RGB Variations

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

Color information

#78044C (or 0x78044C) is known color: Tyrian Purple. HEX triplet: 78, 04 and 4C. RGB value is (120,4,76). Sum of RGB (Red+Green+Blue) = 120+4+76=200 (26% of max value = 765). Red value is 120 (47.27% from 255 or 60% from 200); Green value is 4 (1.95% from 255 or 2% from 200); Blue value is 76 (30.08% from 255 or 38% from 200); Max value from RGB is 120 - color contains mainly: red. Hex color #78044C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78044C is #87FBB3. Grayscale: #2E2E2E. Windows color (decimal): -8911796 or 4981880. OLE color: 4981880.

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

Color convert

RGB 120 4 76 -
CMYK 0 0.97 0.37 0.53
HSL 322.76º 0.94% 0.24% -
HSV(B) 322.76º 0.97% 0.47% -
XYZ 9.09 4.6 7.25 -
YUV 46.89 144.43 180.15 -
System Red Green Blue C M Y K H S L
Decimal 120 4 76 0 0.97 0.37 0.53 322.76 0.94 0.24
Hex 78 4 4C 0 61 25 35 143 5E 18
Octal 170 4 114 0 141 45 65 503 136 30
Binary 1111000 100 1001100 0 1100001 100101 110101 101000011 1011110 11000

Color Harmonies of #78044C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78044C

Black with #78044C

Text Example


Text Example

White with #78044C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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