Html Css Color HEX #780044 Tyrian Purple

📋 copy color: '#780044'

red 120 ◦ green 0 ◦ blue 68

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

Shades of Tyrian Purple #780044

Tints of Tyrian Purple #780044

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 68 (26.95% from 255) = 36.17%

R = 63.83%
G = 0%
B = 36.17%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.43

 K value IS 0.53

RGB Variations

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

Color information

#780044 (or 0x780044) is known color: Tyrian Purple. HEX triplet: 78, 00 and 44. RGB value is (120,0,68). Sum of RGB (Red+Green+Blue) = 120+0+68=188 (24% of max value = 765). Red value is 120 (47.27% from 255 or 63.83% from 188); Green value is 0 (0.39% from 255 or 0% from 188); Blue value is 68 (26.95% from 255 or 36.17% from 188); Max value from RGB is 120 - color contains mainly: red. Hex color #780044 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780044 is #87FFBB. Grayscale: #2B2B2B. Windows color (decimal): -8912828 or 4456568. OLE color: 4456568.

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

Color convert

RGB 120 0 68 -
CMYK 0 1 0.43 0.53
HSL 326º 1% 0.24% -
HSV(B) 326º 1% 0.47% -
XYZ 8.79 4.41 5.86 -
YUV 43.63 141.76 182.47 -
System Red Green Blue C M Y K H S L
Decimal 120 0 68 0 1 0.43 0.53 326 1 0.24
Hex 78 0 44 0 64 2B 35 146 64 18
Octal 170 0 104 0 144 53 65 506 144 30
Binary 1111000 0 1000100 0 1100100 101011 110101 101000110 1100100 11000

Color Harmonies of #780044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780044

Black with #780044

Text Example


Text Example

White with #780044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780044; }

 p { color: rgb(120,0,68); }

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

background-color css

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

 a { background-color: rgb(120,0,68); }

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

border-color css

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

 span { border-color: rgb(120,0,68); }

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