#780438

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

Shades of Tyrian Purple #780438

Tints of Tyrian Purple #780438

Color information

#780438 (or 0x780438) is unknown color: approx Tyrian Purple. HEX triplet: 78, 04 and 38. RGB value is (120,4,56). Sum of RGB (Red+Green+Blue) = 120+4+56=180 (23% of max value = 765). Red value is 120 (47.27% from 255 or 66.67% from 180); Green value is 4 (1.95% from 255 or 2.22% from 180); Blue value is 56 (22.27% from 255 or 31.11% from 180); Max value from RGB is 120 - color contains mainly: red. Hex color #780438 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780438 is #87FBC7. Grayscale: #2C2C2C. Windows color (decimal): -8911816 or 3671160. OLE color: 3671160.

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

Color convert

RGB120456-
CMYK00.970.530.53
HSL333.1º93.55%24.31%-
HSV(B)333.1º96.67%47.06%-
XYZ8.54.374.14-
YUV44.61134.43181.77-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 66.67%
GREEN value IS 4 (1.95% from 255) = 2.22%
BLUE value IS 56 (22.27% from 255) = 31.11%
R=66.67%
G=2.22%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.53
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12045600.970.530.53333.193.5524.31
Hex78438061353514d5e18
Octal1704700141656551513630
Binary111100010011100001100001110101110101101001101101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780438; }

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

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

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

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

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

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

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

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