Html Css Color HEX #780C4A Tyrian Purple

📋 copy color: '#780C4A'

red 120 ◦ green 12 ◦ blue 74

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

Shades of Tyrian Purple #780C4A

Tints of Tyrian Purple #780C4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 35.92%

R = 58.25%
G = 5.83%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.38

 K value IS 0.53

RGB Variations

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

Color information

#780C4A (or 0x780C4A) is known color: Tyrian Purple. HEX triplet: 78, 0C and 4A. RGB value is (120,12,74). Sum of RGB (Red+Green+Blue) = 120+12+74=206 (27% of max value = 765). Red value is 120 (47.27% from 255 or 58.25% from 206); Green value is 12 (5.08% from 255 or 5.83% from 206); Blue value is 74 (29.30% from 255 or 35.92% from 206); Max value from RGB is 120 - color contains mainly: red. Hex color #780C4A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780C4A is #87F3B5. Grayscale: #333333. Windows color (decimal): -8909750 or 4852856. OLE color: 4852856.

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

Color convert

RGB 120 12 74 -
CMYK 0 0.90 0.38 0.53
HSL 325.56º 0.82% 0.26% -
HSV(B) 325.56º 0.9% 0.47% -
XYZ 9.11 4.75 6.92 -
YUV 51.36 140.78 176.96 -
System Red Green Blue C M Y K H S L
Decimal 120 12 74 0 0.90 0.38 0.53 325.56 0.82 0.26
Hex 78 C 4A 0 5A 26 35 146 52 1A
Octal 170 14 112 0 132 46 65 506 122 32
Binary 1111000 1100 1001010 0 1011010 100110 110101 101000110 1010010 11010

Color Harmonies of #780C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780C4A

Black with #780C4A

Text Example


Text Example

White with #780C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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