Html Css Color HEX #780A54 Tyrian Purple

📋 copy color: '#780A54'

red 120 ◦ green 10 ◦ blue 84

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

Shades of Tyrian Purple #780A54

Tints of Tyrian Purple #780A54

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.67%

 BLUE value IS 84 (33.2% from 255) = 39.25%

R = 56.07%
G = 4.67%
B = 39.25%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.3

 K value IS 0.53

RGB Variations

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

Color information

#780A54 (or 0x780A54) is known color: Tyrian Purple. HEX triplet: 78, 0A and 54. RGB value is (120,10,84). Sum of RGB (Red+Green+Blue) = 120+10+84=214 (28% of max value = 765). Red value is 120 (47.27% from 255 or 56.07% from 214); Green value is 10 (4.30% from 255 or 4.67% from 214); Blue value is 84 (33.20% from 255 or 39.25% from 214); Max value from RGB is 120 - color contains mainly: red. Hex color #780A54 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780A54 is #87F5AB. Grayscale: #333333. Windows color (decimal): -8910252 or 5507704. OLE color: 5507704.

HSL color Cylindrical-coordinate representation of color #780A54: hue angle of 319.64º degrees, saturation: 0.85, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #780A54 is Cyan = 0, Magento = 0.92, Yellow = 0.3 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 10 84 -
CMYK 0 0.92 0.3 0.53
HSL 319.64º 0.85% 0.25% -
HSV(B) 319.64º 0.92% 0.47% -
XYZ 9.45 4.85 8.83 -
YUV 51.33 146.44 176.98 -
System Red Green Blue C M Y K H S L
Decimal 120 10 84 0 0.92 0.3 0.53 319.64 0.85 0.25
Hex 78 A 54 0 5C 1E 35 140 55 19
Octal 170 12 124 0 134 36 65 500 125 31
Binary 1111000 1010 1010100 0 1011100 11110 110101 101000000 1010101 11001

Color Harmonies of #780A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780A54

Black with #780A54

Text Example


Text Example

White with #780A54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780A54; }

 p { color: rgb(120,10,84); }

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

background-color css

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

 a { background-color: rgb(120,10,84); }

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

border-color css

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

 span { border-color: rgb(120,10,84); }

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