Html Css Color HEX #780551 Tyrian Purple

📋 copy color: '#780551'

red 120 ◦ green 5 ◦ blue 81

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

Shades of Tyrian Purple #780551

Tints of Tyrian Purple #780551

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 39.32%

R = 58.25%
G = 2.43%
B = 39.32%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.32

 K value IS 0.53

RGB Variations

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

Color information

#780551 (or 0x780551) is known color: Tyrian Purple. HEX triplet: 78, 05 and 51. RGB value is (120,5,81). Sum of RGB (Red+Green+Blue) = 120+5+81=206 (27% of max value = 765). Red value is 120 (47.27% from 255 or 58.25% from 206); Green value is 5 (2.34% from 255 or 2.43% from 206); Blue value is 81 (32.03% from 255 or 39.32% from 206); Max value from RGB is 120 - color contains mainly: red. Hex color #780551 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780551 is #87FAAE. Grayscale: #2F2F2F. Windows color (decimal): -8911535 or 5309816. OLE color: 5309816.

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

Color convert

RGB 120 5 81 -
CMYK 0 0.96 0.32 0.53
HSL 320.35º 0.92% 0.25% -
HSV(B) 320.35º 0.96% 0.47% -
XYZ 9.29 4.7 8.2 -
YUV 48.05 146.6 179.32 -
System Red Green Blue C M Y K H S L
Decimal 120 5 81 0 0.96 0.32 0.53 320.35 0.92 0.25
Hex 78 5 51 0 60 20 35 140 5C 19
Octal 170 5 121 0 140 40 65 500 134 31
Binary 1111000 101 1010001 0 1100000 100000 110101 101000000 1011100 11001

Color Harmonies of #780551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780551

Black with #780551

Text Example


Text Example

White with #780551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780551; }

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

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

background-color css

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

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

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

border-color css

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

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

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