#780141

Color #780141 Tyrian Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tyrian Purple #780141

Tints of Tyrian Purple #780141

Color information

#780141 (or 0x780141) is unknown color: approx Tyrian Purple. HEX triplet: 78, 01 and 41. RGB value is (120,1,65). Sum of RGB (Red+Green+Blue) = 120+1+65=186 (24% of max value = 765). Red value is 120 (47.27% from 255 or 64.52% from 186); Green value is 1 (0.78% from 255 or 0.54% from 186); Blue value is 65 (25.78% from 255 or 34.95% from 186); Max value from RGB is 120 - color contains mainly: red. Hex color #780141 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780141 is #87FEBE. Grayscale: #2B2B2B. Windows color (decimal): -8912575 or 4260216. OLE color: 4260216.

HSL color Cylindrical-coordinate representation of color #780141: hue angle of 327.73º 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 #780141 is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.53.

Color convert

RGB120165-
CMYK00.990.460.53
HSL327.73º98.35%23.73%-
HSV(B)327.73º99.17%47.06%-
XYZ8.714.45.39-
YUV43.88139.92182.3-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 64.52%
GREEN value IS 1 (0.78% from 255) = 0.54%
BLUE value IS 65 (25.78% from 255) = 34.95%
R=64.52%
G=0.54%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.46
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12016500.990.460.53327.7398.3523.73
Hex781410632E351486218
Octal17011010143566551014230
Binary11110001100000101100011101110110101101001000110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780141; }

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

 H1.HeaderClassName
 {
   color: #780141;
 }
 .AnyTagClassName
 {
   color: #780141;
 }
</style>
background-color css

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

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

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

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

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

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