Html Css Color HEX #780144 Tyrian Purple

📋 copy color: '#780144'

red 120 ◦ green 1 ◦ blue 68

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

Shades of Tyrian Purple #780144

Tints of Tyrian Purple #780144

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.53%

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

R = 63.49%
G = 0.53%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.43

 K value IS 0.53

RGB Variations

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

Color information

#780144 (or 0x780144) is known color: Tyrian Purple. HEX triplet: 78, 01 and 44. RGB value is (120,1,68). Sum of RGB (Red+Green+Blue) = 120+1+68=189 (25% of max value = 765). Red value is 120 (47.27% from 255 or 63.49% from 189); Green value is 1 (0.78% from 255 or 0.53% from 189); Blue value is 68 (26.95% from 255 or 35.98% from 189); Max value from RGB is 120 - color contains mainly: red. Hex color #780144 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780144 is #87FEBB. Grayscale: #2C2C2C. Windows color (decimal): -8912572 or 4456824. OLE color: 4456824.

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

Color convert

RGB 120 1 68 -
CMYK 0 0.99 0.43 0.53
HSL 326.22º 0.98% 0.24% -
HSV(B) 326.22º 0.99% 0.47% -
XYZ 8.8 4.43 5.86 -
YUV 44.22 141.42 182.05 -
System Red Green Blue C M Y K H S L
Decimal 120 1 68 0 0.99 0.43 0.53 326.22 0.98 0.24
Hex 78 1 44 0 63 2B 35 146 62 18
Octal 170 1 104 0 143 53 65 506 142 30
Binary 1111000 1 1000100 0 1100011 101011 110101 101000110 1100010 11000

Color Harmonies of #780144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780144

Black with #780144

Text Example


Text Example

White with #780144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780144; }

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

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

background-color css

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

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

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

border-color css

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

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

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