Html Css Color HEX #780B39 Tyrian Purple

📋 copy color: '#780B39'

red 120 ◦ green 11 ◦ blue 57

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

Shades of Tyrian Purple #780B39

Tints of Tyrian Purple #780B39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 30.32%

R = 63.83%
G = 5.85%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.52

 K value IS 0.53

RGB Variations

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

Color information

#780B39 (or 0x780B39) is known color: Tyrian Purple. HEX triplet: 78, 0B and 39. RGB value is (120,11,57). Sum of RGB (Red+Green+Blue) = 120+11+57=188 (24% of max value = 765). Red value is 120 (47.27% from 255 or 63.83% from 188); Green value is 11 (4.69% from 255 or 5.85% from 188); Blue value is 57 (22.66% from 255 or 30.32% from 188); Max value from RGB is 120 - color contains mainly: red. Hex color #780B39 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780B39 is #87F4C6. Grayscale: #303030. Windows color (decimal): -8910023 or 3738488. OLE color: 3738488.

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

Color convert

RGB 120 11 57 -
CMYK 0 0.91 0.52 0.53
HSL 334.68º 0.83% 0.26% -
HSV(B) 334.68º 0.91% 0.47% -
XYZ 8.6 4.53 4.29 -
YUV 48.84 132.61 178.76 -
System Red Green Blue C M Y K H S L
Decimal 120 11 57 0 0.91 0.52 0.53 334.68 0.83 0.26
Hex 78 B 39 0 5B 34 35 14F 53 1A
Octal 170 13 71 0 133 64 65 517 123 32
Binary 1111000 1011 111001 0 1011011 110100 110101 101001111 1010011 11010

Color Harmonies of #780B39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780B39

Black with #780B39

Text Example


Text Example

White with #780B39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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