#780534

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

Shades of Tyrian Purple #780534

Tints of Tyrian Purple #780534

Color information

#780534 (or 0x780534) is unknown color: approx Tyrian Purple. HEX triplet: 78, 05 and 34. RGB value is (120,5,52). Sum of RGB (Red+Green+Blue) = 120+5+52=177 (23% of max value = 765). Red value is 120 (47.27% from 255 or 67.80% from 177); Green value is 5 (2.34% from 255 or 2.82% from 177); Blue value is 52 (20.70% from 255 or 29.38% from 177); Max value from RGB is 120 - color contains mainly: red. Hex color #780534 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780534 is #87FACB. Grayscale: #2C2C2C. Windows color (decimal): -8911564 or 3409272. OLE color: 3409272.

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

Color convert

RGB120552-
CMYK00.960.570.53
HSL335.48º92%24.51%-
HSV(B)335.48º95.83%47.06%-
XYZ8.424.353.64-
YUV44.74132.1181.68-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 67.80%
GREEN value IS 5 (2.34% from 255) = 2.82%
BLUE value IS 52 (20.70% from 255) = 29.38%
R=67.80%
G=2.82%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.57
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12055200.960.570.53335.489224.51
Hex78534060393514f5c19
Octal1705640140716551713431
Binary111100010111010001100000111001110101101001111101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780534; }

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

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

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

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

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

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

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

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