Html Css Color HEX #780C37 Tyrian Purple

📋 copy color: '#780C37'

red 120 ◦ green 12 ◦ blue 55

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

Shades of Tyrian Purple #780C37

Tints of Tyrian Purple #780C37

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.42%

 BLUE value IS 55 (21.88% from 255) = 29.41%

R = 64.17%
G = 6.42%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.54

 K value IS 0.53

RGB Variations

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

Color information

#780C37 (or 0x780C37) is known color: Tyrian Purple. HEX triplet: 78, 0C and 37. RGB value is (120,12,55). Sum of RGB (Red+Green+Blue) = 120+12+55=187 (24% of max value = 765). Red value is 120 (47.27% from 255 or 64.17% from 187); Green value is 12 (5.08% from 255 or 6.42% from 187); Blue value is 55 (21.88% from 255 or 29.41% from 187); Max value from RGB is 120 - color contains mainly: red. Hex color #780C37 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780C37 is #87F3C8. Grayscale: #313131. Windows color (decimal): -8909769 or 3607672. OLE color: 3607672.

HSL color Cylindrical-coordinate representation of color #780C37: hue angle of 336.11º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #780C37 is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 12 55 -
CMYK 0 0.90 0.54 0.53
HSL 336.11º 0.82% 0.26% -
HSV(B) 336.11º 0.9% 0.47% -
XYZ 8.57 4.53 4.04 -
YUV 49.19 131.28 178.5 -
System Red Green Blue C M Y K H S L
Decimal 120 12 55 0 0.90 0.54 0.53 336.11 0.82 0.26
Hex 78 C 37 0 5A 36 35 150 52 1A
Octal 170 14 67 0 132 66 65 520 122 32
Binary 1111000 1100 110111 0 1011010 110110 110101 101010000 1010010 11010

Color Harmonies of #780C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780C37

Black with #780C37

Text Example


Text Example

White with #780C37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,12,55); }

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

background-color css

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

 a { background-color: rgb(120,12,55); }

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

border-color css

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

 span { border-color: rgb(120,12,55); }

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