Html Css Color HEX #780550 Tyrian Purple

📋 copy color: '#780550'

red 120 ◦ green 5 ◦ blue 80

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

Shades of Tyrian Purple #780550

Tints of Tyrian Purple #780550

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 39.02%

R = 58.54%
G = 2.44%
B = 39.02%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.33

 K value IS 0.53

RGB Variations

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

Color information

#780550 (or 0x780550) is known color: Tyrian Purple. HEX triplet: 78, 05 and 50. RGB value is (120,5,80). Sum of RGB (Red+Green+Blue) = 120+5+80=205 (27% of max value = 765). Red value is 120 (47.27% from 255 or 58.54% from 205); Green value is 5 (2.34% from 255 or 2.44% from 205); Blue value is 80 (31.64% from 255 or 39.02% from 205); Max value from RGB is 120 - color contains mainly: red. Hex color #780550 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780550 is #87FAAF. Grayscale: #2F2F2F. Windows color (decimal): -8911536 or 5244280. OLE color: 5244280.

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

Color convert

RGB 120 5 80 -
CMYK 0 0.96 0.33 0.53
HSL 320.87º 0.92% 0.25% -
HSV(B) 320.87º 0.96% 0.47% -
XYZ 9.25 4.68 8.01 -
YUV 47.94 146.1 179.4 -
System Red Green Blue C M Y K H S L
Decimal 120 5 80 0 0.96 0.33 0.53 320.87 0.92 0.25
Hex 78 5 50 0 60 21 35 141 5C 19
Octal 170 5 120 0 140 41 65 501 134 31
Binary 1111000 101 1010000 0 1100000 100001 110101 101000001 1011100 11001

Color Harmonies of #780550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780550

Black with #780550

Text Example


Text Example

White with #780550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780550; }

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

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

background-color css

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

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

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

border-color css

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

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

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