Html Css Color HEX #780B3C Tyrian Purple

📋 copy color: '#780B3C'

red 120 ◦ green 11 ◦ blue 60

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

Shades of Tyrian Purple #780B3C

Tints of Tyrian Purple #780B3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 31.41%

R = 62.83%
G = 5.76%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.5

 K value IS 0.53

RGB Variations

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

Color information

#780B3C (or 0x780B3C) is known color: Tyrian Purple. HEX triplet: 78, 0B and 3C. RGB value is (120,11,60). Sum of RGB (Red+Green+Blue) = 120+11+60=191 (25% of max value = 765). Red value is 120 (47.27% from 255 or 62.83% from 191); Green value is 11 (4.69% from 255 or 5.76% from 191); Blue value is 60 (23.83% from 255 or 31.41% from 191); Max value from RGB is 120 - color contains mainly: red. Hex color #780B3C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780B3C is #87F4C3. Grayscale: #313131. Windows color (decimal): -8910020 or 3935096. OLE color: 3935096.

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

Color convert

RGB 120 11 60 -
CMYK 0 0.91 0.5 0.53
HSL 333.03º 0.83% 0.26% -
HSV(B) 333.03º 0.91% 0.47% -
XYZ 8.68 4.56 4.7 -
YUV 49.18 134.11 178.52 -
System Red Green Blue C M Y K H S L
Decimal 120 11 60 0 0.91 0.5 0.53 333.03 0.83 0.26
Hex 78 B 3C 0 5B 32 35 14D 53 1A
Octal 170 13 74 0 133 62 65 515 123 32
Binary 1111000 1011 111100 0 1011011 110010 110101 101001101 1010011 11010

Color Harmonies of #780B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780B3C

Black with #780B3C

Text Example


Text Example

White with #780B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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