Html Css Color HEX #780B56 Tyrian Purple

📋 copy color: '#780B56'

red 120 ◦ green 11 ◦ blue 86

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

Shades of Tyrian Purple #780B56

Tints of Tyrian Purple #780B56

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.07%

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

R = 55.3%
G = 5.07%
B = 39.63%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.28

 K value IS 0.53

RGB Variations

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

Color information

#780B56 (or 0x780B56) is known color: Tyrian Purple. HEX triplet: 78, 0B and 56. RGB value is (120,11,86). Sum of RGB (Red+Green+Blue) = 120+11+86=217 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.30% from 217); Green value is 11 (4.69% from 255 or 5.07% from 217); Blue value is 86 (33.98% from 255 or 39.63% from 217); Max value from RGB is 120 - color contains mainly: red. Hex color #780B56 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780B56 is #87F4A9. Grayscale: #333333. Windows color (decimal): -8909994 or 5639032. OLE color: 5639032.

HSL color Cylindrical-coordinate representation of color #780B56: hue angle of 318.72º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #780B56 is Cyan = 0, Magento = 0.91, Yellow = 0.28 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 11 86 -
CMYK 0 0.91 0.28 0.53
HSL 318.72º 0.83% 0.26% -
HSV(B) 318.72º 0.91% 0.47% -
XYZ 9.55 4.9 9.25 -
YUV 52.14 147.11 176.4 -
System Red Green Blue C M Y K H S L
Decimal 120 11 86 0 0.91 0.28 0.53 318.72 0.83 0.26
Hex 78 B 56 0 5B 1C 35 13F 53 1A
Octal 170 13 126 0 133 34 65 477 123 32
Binary 1111000 1011 1010110 0 1011011 11100 110101 100111111 1010011 11010

Color Harmonies of #780B56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780B56

Black with #780B56

Text Example


Text Example

White with #780B56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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