Html Css Color HEX #780B45 Tyrian Purple

📋 copy color: '#780B45'

red 120 ◦ green 11 ◦ blue 69

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

Shades of Tyrian Purple #780B45

Tints of Tyrian Purple #780B45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 34.5%

R = 60%
G = 5.5%
B = 34.5%

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

#780B45 (or 0x780B45) is known color: Tyrian Purple. HEX triplet: 78, 0B and 45. RGB value is (120,11,69). Sum of RGB (Red+Green+Blue) = 120+11+69=200 (26% of max value = 765). Red value is 120 (47.27% from 255 or 60% from 200); Green value is 11 (4.69% from 255 or 5.5% from 200); Blue value is 69 (27.34% from 255 or 34.5% from 200); Max value from RGB is 120 - color contains mainly: red. Hex color #780B45 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780B45 is #87F4BA. Grayscale: #323232. Windows color (decimal): -8910011 or 4524920. OLE color: 4524920.

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

Color convert

RGB 120 11 69 -
CMYK 0 0.91 0.42 0.53
HSL 328.07º 0.83% 0.26% -
HSV(B) 328.07º 0.91% 0.47% -
XYZ 8.94 4.66 6.06 -
YUV 50.2 138.61 177.78 -
System Red Green Blue C M Y K H S L
Decimal 120 11 69 0 0.91 0.42 0.53 328.07 0.83 0.26
Hex 78 B 45 0 5B 2A 35 148 53 1A
Octal 170 13 105 0 133 52 65 510 123 32
Binary 1111000 1011 1000101 0 1011011 101010 110101 101001000 1010011 11010

Color Harmonies of #780B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780B45

Black with #780B45

Text Example


Text Example

White with #780B45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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