Html Css Color HEX #780A56 Tyrian Purple

📋 copy color: '#780A56'

red 120 ◦ green 10 ◦ blue 86

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

Shades of Tyrian Purple #780A56

Tints of Tyrian Purple #780A56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 39.81%

R = 55.56%
G = 4.63%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.28

 K value IS 0.53

RGB Variations

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

Color information

#780A56 (or 0x780A56) is known color: Tyrian Purple. HEX triplet: 78, 0A and 56. RGB value is (120,10,86). Sum of RGB (Red+Green+Blue) = 120+10+86=216 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.56% from 216); Green value is 10 (4.30% from 255 or 4.63% from 216); Blue value is 86 (33.98% from 255 or 39.81% from 216); Max value from RGB is 120 - color contains mainly: red. Hex color #780A56 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780A56 is #87F5A9. Grayscale: #333333. Windows color (decimal): -8910250 or 5638776. OLE color: 5638776.

HSL color Cylindrical-coordinate representation of color #780A56: hue angle of 318.55º 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 #780A56 is Cyan = 0, Magento = 0.92, Yellow = 0.28 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 10 86 -
CMYK 0 0.92 0.28 0.53
HSL 318.55º 0.85% 0.25% -
HSV(B) 318.55º 0.92% 0.47% -
XYZ 9.53 4.88 9.24 -
YUV 51.55 147.44 176.82 -
System Red Green Blue C M Y K H S L
Decimal 120 10 86 0 0.92 0.28 0.53 318.55 0.85 0.25
Hex 78 A 56 0 5C 1C 35 13F 55 19
Octal 170 12 126 0 134 34 65 477 125 31
Binary 1111000 1010 1010110 0 1011100 11100 110101 100111111 1010101 11001

Color Harmonies of #780A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780A56

Black with #780A56

Text Example


Text Example

White with #780A56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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