Html Css Color HEX #780140 Tyrian Purple

📋 copy color: '#780140'

red 120 ◦ green 1 ◦ blue 64

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

Shades of Tyrian Purple #780140

Tints of Tyrian Purple #780140

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.54%

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

R = 64.86%
G = 0.54%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.53

RGB Variations

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

Color information

#780140 (or 0x780140) is known color: Tyrian Purple. HEX triplet: 78, 01 and 40. RGB value is (120,1,64). Sum of RGB (Red+Green+Blue) = 120+1+64=185 (24% of max value = 765). Red value is 120 (47.27% from 255 or 64.86% from 185); Green value is 1 (0.78% from 255 or 0.54% from 185); Blue value is 64 (25.39% from 255 or 34.59% from 185); Max value from RGB is 120 - color contains mainly: red. Hex color #780140 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780140 is #87FEBF. Grayscale: #2B2B2B. Windows color (decimal): -8912576 or 4194680. OLE color: 4194680.

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

Color convert

RGB 120 1 64 -
CMYK 0 0.99 0.47 0.53
HSL 328.24º 0.98% 0.24% -
HSV(B) 328.24º 0.99% 0.47% -
XYZ 8.68 4.38 5.24 -
YUV 43.76 139.42 182.38 -
System Red Green Blue C M Y K H S L
Decimal 120 1 64 0 0.99 0.47 0.53 328.24 0.98 0.24
Hex 78 1 40 0 63 2F 35 148 62 18
Octal 170 1 100 0 143 57 65 510 142 30
Binary 1111000 1 1000000 0 1100011 101111 110101 101001000 1100010 11000

Color Harmonies of #780140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780140

Black with #780140

Text Example


Text Example

White with #780140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780140; }

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

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

background-color css

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

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

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

border-color css

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

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

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