#780538

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

Shades of Tyrian Purple #780538

Tints of Tyrian Purple #780538

Color information

#780538 (or 0x780538) is unknown color: approx Tyrian Purple. HEX triplet: 78, 05 and 38. RGB value is (120,5,56). Sum of RGB (Red+Green+Blue) = 120+5+56=181 (23% of max value = 765). Red value is 120 (47.27% from 255 or 66.30% from 181); Green value is 5 (2.34% from 255 or 2.76% from 181); Blue value is 56 (22.27% from 255 or 30.94% from 181); Max value from RGB is 120 - color contains mainly: red. Hex color #780538 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780538 is #87FAC7. Grayscale: #2D2D2D. Windows color (decimal): -8911560 or 3671416. OLE color: 3671416.

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

Color convert

RGB120556-
CMYK00.960.530.53
HSL333.39º92%24.51%-
HSV(B)333.39º95.83%47.06%-
XYZ8.514.394.14-
YUV45.2134.1181.35-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 66.30%
GREEN value IS 5 (2.34% from 255) = 2.76%
BLUE value IS 56 (22.27% from 255) = 30.94%
R=66.30%
G=2.76%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.53
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12055600.960.530.53333.399224.51
Hex78538060353514d5c19
Octal1705700140656551513431
Binary111100010111100001100000110101110101101001101101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780538; }

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

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

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

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

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

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

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

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