Html Css Color HEX #780440 Tyrian Purple

📋 copy color: '#780440'

red 120 ◦ green 4 ◦ blue 64

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

Shades of Tyrian Purple #780440

Tints of Tyrian Purple #780440

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.13%

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

R = 63.83%
G = 2.13%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.47

 K value IS 0.53

RGB Variations

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

Color information

#780440 (or 0x780440) is known color: Tyrian Purple. HEX triplet: 78, 04 and 40. RGB value is (120,4,64). Sum of RGB (Red+Green+Blue) = 120+4+64=188 (24% of max value = 765). Red value is 120 (47.27% from 255 or 63.83% from 188); Green value is 4 (1.95% from 255 or 2.13% from 188); Blue value is 64 (25.39% from 255 or 34.04% from 188); Max value from RGB is 120 - color contains mainly: red. Hex color #780440 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780440 is #87FBBF. Grayscale: #2D2D2D. Windows color (decimal): -8911808 or 4195448. OLE color: 4195448.

HSL color Cylindrical-coordinate representation of color #780440: hue angle of 328.97º degrees, saturation: 0.94, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #780440 is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 4 64 -
CMYK 0 0.97 0.47 0.53
HSL 328.97º 0.94% 0.24% -
HSV(B) 328.97º 0.97% 0.47% -
XYZ 8.71 4.45 5.25 -
YUV 45.52 138.43 181.12 -
System Red Green Blue C M Y K H S L
Decimal 120 4 64 0 0.97 0.47 0.53 328.97 0.94 0.24
Hex 78 4 40 0 61 2F 35 149 5E 18
Octal 170 4 100 0 141 57 65 511 136 30
Binary 1111000 100 1000000 0 1100001 101111 110101 101001001 1011110 11000

Color Harmonies of #780440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780440

Black with #780440

Text Example


Text Example

White with #780440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780440; }

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

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

background-color css

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

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

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

border-color css

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

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

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