Html Css Color HEX #780C39 Tyrian Purple

📋 copy color: '#780C39'

red 120 ◦ green 12 ◦ blue 57

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

Shades of Tyrian Purple #780C39

Tints of Tyrian Purple #780C39

RGB

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

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

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

R = 63.49%
G = 6.35%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.52

 K value IS 0.53

RGB Variations

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

Color information

#780C39 (or 0x780C39) is known color: Tyrian Purple. HEX triplet: 78, 0C and 39. RGB value is (120,12,57). Sum of RGB (Red+Green+Blue) = 120+12+57=189 (25% of max value = 765). Red value is 120 (47.27% from 255 or 63.49% from 189); Green value is 12 (5.08% from 255 or 6.35% from 189); Blue value is 57 (22.66% from 255 or 30.16% from 189); Max value from RGB is 120 - color contains mainly: red. Hex color #780C39 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780C39 is #87F3C6. Grayscale: #313131. Windows color (decimal): -8909767 or 3738744. OLE color: 3738744.

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

Color convert

RGB 120 12 57 -
CMYK 0 0.90 0.52 0.53
HSL 335º 0.82% 0.26% -
HSV(B) 335º 0.9% 0.47% -
XYZ 8.62 4.55 4.3 -
YUV 49.42 132.28 178.34 -
System Red Green Blue C M Y K H S L
Decimal 120 12 57 0 0.90 0.52 0.53 335 0.82 0.26
Hex 78 C 39 0 5A 34 35 14F 52 1A
Octal 170 14 71 0 132 64 65 517 122 32
Binary 1111000 1100 111001 0 1011010 110100 110101 101001111 1010010 11010

Color Harmonies of #780C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780C39

Black with #780C39

Text Example


Text Example

White with #780C39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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