#780041

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

Shades of Tyrian Purple #780041

Tints of Tyrian Purple #780041

Color information

#780041 (or 0x780041) is unknown color: approx Tyrian Purple. HEX triplet: 78, 00 and 41. RGB value is (120,0,65). Sum of RGB (Red+Green+Blue) = 120+0+65=185 (24% of max value = 765). Red value is 120 (47.27% from 255 or 64.86% from 185); Green value is 0 (0.39% from 255 or 0% from 185); Blue value is 65 (25.78% from 255 or 35.14% from 185); Max value from RGB is 120 - color contains mainly: red. Hex color #780041 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780041 is #87FFBE. Grayscale: #2B2B2B. Windows color (decimal): -8912831 or 4259960. OLE color: 4259960.

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

Color convert

RGB120065-
CMYK010.460.53
HSL327.5º100%23.53%-
HSV(B)327.5º100%47.06%-
XYZ8.74.375.39-
YUV43.29140.26182.71-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 64.86%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 65 (25.78% from 255) = 35.14%
R=64.86%
G=0%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.46
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120065010.460.53327.510023.53
Hex780410642E351486418
Octal17001010144566551014430
Binary11110000100000101100100101110110101101001000110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780041; }

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

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

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

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

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

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

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

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