Html Css Color HEX #780A40 Tyrian Purple

📋 copy color: '#780A40'

red 120 ◦ green 10 ◦ blue 64

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

Shades of Tyrian Purple #780A40

Tints of Tyrian Purple #780A40

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.15%

 BLUE value IS 64 (25.39% from 255) = 32.99%

R = 61.86%
G = 5.15%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.47

 K value IS 0.53

RGB Variations

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

Color information

#780A40 (or 0x780A40) is known color: Tyrian Purple. HEX triplet: 78, 0A and 40. RGB value is (120,10,64). Sum of RGB (Red+Green+Blue) = 120+10+64=194 (25% of max value = 765). Red value is 120 (47.27% from 255 or 61.86% from 194); Green value is 10 (4.30% from 255 or 5.15% from 194); Blue value is 64 (25.39% from 255 or 32.99% from 194); Max value from RGB is 120 - color contains mainly: red. Hex color #780A40 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780A40 is #87F5BF. Grayscale: #303030. Windows color (decimal): -8910272 or 4196984. OLE color: 4196984.

HSL color Cylindrical-coordinate representation of color #780A40: hue angle of 330.55º degrees, saturation: 0.85, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #780A40 is Cyan = 0, Magento = 0.92, Yellow = 0.47 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 10 64 -
CMYK 0 0.92 0.47 0.53
HSL 330.55º 0.85% 0.25% -
HSV(B) 330.55º 0.92% 0.47% -
XYZ 8.78 4.58 5.27 -
YUV 49.05 136.44 178.61 -
System Red Green Blue C M Y K H S L
Decimal 120 10 64 0 0.92 0.47 0.53 330.55 0.85 0.25
Hex 78 A 40 0 5C 2F 35 14B 55 19
Octal 170 12 100 0 134 57 65 513 125 31
Binary 1111000 1010 1000000 0 1011100 101111 110101 101001011 1010101 11001

Color Harmonies of #780A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780A40

Black with #780A40

Text Example


Text Example

White with #780A40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,10,64); }

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

background-color css

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

 a { background-color: rgb(120,10,64); }

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

border-color css

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

 span { border-color: rgb(120,10,64); }

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