Html Css Color HEX #780B46 Tyrian Purple

📋 copy color: '#780B46'

red 120 ◦ green 11 ◦ blue 70

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

Shades of Tyrian Purple #780B46

Tints of Tyrian Purple #780B46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 34.83%

R = 59.7%
G = 5.47%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.42

 K value IS 0.53

RGB Variations

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

Color information

#780B46 (or 0x780B46) is known color: Tyrian Purple. HEX triplet: 78, 0B and 46. RGB value is (120,11,70). Sum of RGB (Red+Green+Blue) = 120+11+70=201 (26% of max value = 765). Red value is 120 (47.27% from 255 or 59.70% from 201); Green value is 11 (4.69% from 255 or 5.47% from 201); Blue value is 70 (27.73% from 255 or 34.83% from 201); Max value from RGB is 120 - color contains mainly: red. Hex color #780B46 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780B46 is #87F4B9. Grayscale: #323232. Windows color (decimal): -8910010 or 4590456. OLE color: 4590456.

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

Color convert

RGB 120 11 70 -
CMYK 0 0.91 0.42 0.53
HSL 327.52º 0.83% 0.26% -
HSV(B) 327.52º 0.91% 0.47% -
XYZ 8.97 4.67 6.22 -
YUV 50.32 139.11 177.7 -
System Red Green Blue C M Y K H S L
Decimal 120 11 70 0 0.91 0.42 0.53 327.52 0.83 0.26
Hex 78 B 46 0 5B 2A 35 148 53 1A
Octal 170 13 106 0 133 52 65 510 123 32
Binary 1111000 1011 1000110 0 1011011 101010 110101 101001000 1010011 11010

Color Harmonies of #780B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780B46

Black with #780B46

Text Example


Text Example

White with #780B46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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