Html Css Color HEX #780446 Tyrian Purple

📋 copy color: '#780446'

red 120 ◦ green 4 ◦ blue 70

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

Shades of Tyrian Purple #780446

Tints of Tyrian Purple #780446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 36.08%

R = 61.86%
G = 2.06%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.42

 K value IS 0.53

RGB Variations

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

Color information

#780446 (or 0x780446) is known color: Tyrian Purple. HEX triplet: 78, 04 and 46. RGB value is (120,4,70). Sum of RGB (Red+Green+Blue) = 120+4+70=194 (25% of max value = 765). Red value is 120 (47.27% from 255 or 61.86% from 194); Green value is 4 (1.95% from 255 or 2.06% from 194); Blue value is 70 (27.73% from 255 or 36.08% from 194); Max value from RGB is 120 - color contains mainly: red. Hex color #780446 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780446 is #87FBB9. Grayscale: #2E2E2E. Windows color (decimal): -8911802 or 4588664. OLE color: 4588664.

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

Color convert

RGB 120 4 70 -
CMYK 0 0.97 0.42 0.53
HSL 325.86º 0.94% 0.24% -
HSV(B) 325.86º 0.97% 0.47% -
XYZ 8.89 4.52 6.2 -
YUV 46.21 141.43 180.63 -
System Red Green Blue C M Y K H S L
Decimal 120 4 70 0 0.97 0.42 0.53 325.86 0.94 0.24
Hex 78 4 46 0 61 2A 35 146 5E 18
Octal 170 4 106 0 141 52 65 506 136 30
Binary 1111000 100 1000110 0 1100001 101010 110101 101000110 1011110 11000

Color Harmonies of #780446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780446

Black with #780446

Text Example


Text Example

White with #780446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780446; }

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

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

background-color css

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

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

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

border-color css

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

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

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