Html Css Color HEX #780554 Tyrian Purple

📋 copy color: '#780554'

red 120 ◦ green 5 ◦ blue 84

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

Shades of Tyrian Purple #780554

Tints of Tyrian Purple #780554

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.39%

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

R = 57.42%
G = 2.39%
B = 40.19%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.3

 K value IS 0.53

RGB Variations

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

Color information

#780554 (or 0x780554) is known color: Tyrian Purple. HEX triplet: 78, 05 and 54. RGB value is (120,5,84). Sum of RGB (Red+Green+Blue) = 120+5+84=209 (27% of max value = 765). Red value is 120 (47.27% from 255 or 57.42% from 209); Green value is 5 (2.34% from 255 or 2.39% from 209); Blue value is 84 (33.20% from 255 or 40.19% from 209); Max value from RGB is 120 - color contains mainly: red. Hex color #780554 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780554 is #87FAAB. Grayscale: #303030. Windows color (decimal): -8911532 or 5506424. OLE color: 5506424.

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

Color convert

RGB 120 5 84 -
CMYK 0 0.96 0.3 0.53
HSL 318.78º 0.92% 0.25% -
HSV(B) 318.78º 0.96% 0.47% -
XYZ 9.4 4.74 8.81 -
YUV 48.39 148.1 179.08 -
System Red Green Blue C M Y K H S L
Decimal 120 5 84 0 0.96 0.3 0.53 318.78 0.92 0.25
Hex 78 5 54 0 60 1E 35 13F 5C 19
Octal 170 5 124 0 140 36 65 477 134 31
Binary 1111000 101 1010100 0 1100000 11110 110101 100111111 1011100 11001

Color Harmonies of #780554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780554

Black with #780554

Text Example


Text Example

White with #780554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780554; }

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

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

background-color css

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

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

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

border-color css

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

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

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