Html Css Color HEX #780449 Tyrian Purple

📋 copy color: '#780449'

red 120 ◦ green 4 ◦ blue 73

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

Shades of Tyrian Purple #780449

Tints of Tyrian Purple #780449

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 37.06%

R = 60.91%
G = 2.03%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#780449 (or 0x780449) is known color: Tyrian Purple. HEX triplet: 78, 04 and 49. RGB value is (120,4,73). Sum of RGB (Red+Green+Blue) = 120+4+73=197 (26% of max value = 765). Red value is 120 (47.27% from 255 or 60.91% from 197); Green value is 4 (1.95% from 255 or 2.03% from 197); Blue value is 73 (28.91% from 255 or 37.06% from 197); Max value from RGB is 120 - color contains mainly: red. Hex color #780449 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780449 is #87FBB6. Grayscale: #2E2E2E. Windows color (decimal): -8911799 or 4785272. OLE color: 4785272.

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

Color convert

RGB 120 4 73 -
CMYK 0 0.97 0.39 0.53
HSL 324.31º 0.94% 0.24% -
HSV(B) 324.31º 0.97% 0.47% -
XYZ 8.99 4.56 6.71 -
YUV 46.55 142.93 180.39 -
System Red Green Blue C M Y K H S L
Decimal 120 4 73 0 0.97 0.39 0.53 324.31 0.94 0.24
Hex 78 4 49 0 61 27 35 144 5E 18
Octal 170 4 111 0 141 47 65 504 136 30
Binary 1111000 100 1001001 0 1100001 100111 110101 101000100 1011110 11000

Color Harmonies of #780449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780449

Black with #780449

Text Example


Text Example

White with #780449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780449; }

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

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

background-color css

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

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

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

border-color css

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

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

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