#780A52

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

Shades of Tyrian Purple #780A52

Tints of Tyrian Purple #780A52

Color information

#780A52 (or 0x780A52) is unknown color: approx Tyrian Purple. HEX triplet: 78, 0A and 52. RGB value is (120,10,82). Sum of RGB (Red+Green+Blue) = 120+10+82=212 (28% of max value = 765). Red value is 120 (47.27% from 255 or 56.60% from 212); Green value is 10 (4.30% from 255 or 4.72% from 212); Blue value is 82 (32.42% from 255 or 38.68% from 212); Max value from RGB is 120 - color contains mainly: red. Hex color #780A52 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780A52 is #87F5AD. Grayscale: #323232. Windows color (decimal): -8910254 or 5376632. OLE color: 5376632.

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

Color convert

RGB1201082-
CMYK00.920.320.53
HSL320.73º84.62%25.49%-
HSV(B)320.73º91.67%47.06%-
XYZ9.384.828.42-
YUV51.1145.44177.15-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 56.60%
GREEN value IS 10 (4.30% from 255) = 4.72%
BLUE value IS 82 (32.42% from 255) = 38.68%
R=56.60%
G=4.72%
B=38.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120108200.920.320.53320.7384.6225.49
Hex78A5205C20351415519
Octal170121220134406550112531
Binary11110001010101001001011100100000110101101000001101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780A52; }

 p { color: rgb(120,10,82); }

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

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

 a { background-color: rgb(120,10,82); }

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

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

 span { border-color: rgb(120,10,82); }

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