#780337

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

Shades of Tyrian Purple #780337

Tints of Tyrian Purple #780337

Color information

#780337 (or 0x780337) is unknown color: approx Tyrian Purple. HEX triplet: 78, 03 and 37. RGB value is (120,3,55). Sum of RGB (Red+Green+Blue) = 120+3+55=178 (23% of max value = 765). Red value is 120 (47.27% from 255 or 67.42% from 178); Green value is 3 (1.56% from 255 or 1.69% from 178); Blue value is 55 (21.88% from 255 or 30.90% from 178); Max value from RGB is 120 - color contains mainly: red. Hex color #780337 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780337 is #87FCC8. Grayscale: #2B2B2B. Windows color (decimal): -8912073 or 3605368. OLE color: 3605368.

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

Color convert

RGB120355-
CMYK00.980.540.53
HSL333.33º95.12%24.12%-
HSV(B)333.33º97.5%47.06%-
XYZ8.474.334-
YUV43.91134.26182.27-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 67.42%
GREEN value IS 3 (1.56% from 255) = 1.69%
BLUE value IS 55 (21.88% from 255) = 30.90%
R=67.42%
G=1.69%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.54
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12035500.980.540.53333.3395.1224.12
Hex78337062363514d5f18
Octal1703670142666551513730
Binary11110001111011101100010110110110101101001101101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780337; }

 p { color: rgb(120,3,55); }

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

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

 a { background-color: rgb(120,3,55); }

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

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

 span { border-color: rgb(120,3,55); }

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