#780053

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

Shades of Tyrian Purple #780053

Tints of Tyrian Purple #780053

Color information

#780053 (or 0x780053) is unknown color: approx Tyrian Purple. HEX triplet: 78, 00 and 53. RGB value is (120,0,83). Sum of RGB (Red+Green+Blue) = 120+0+83=203 (26% of max value = 765). Red value is 120 (47.27% from 255 or 59.11% from 203); Green value is 0 (0.39% from 255 or 0% from 203); Blue value is 83 (32.81% from 255 or 40.89% from 203); Max value from RGB is 120 - color contains mainly: red. Hex color #780053 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780053 is #87FFAC. Grayscale: #2D2D2D. Windows color (decimal): -8912813 or 5439608. OLE color: 5439608.

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

Color convert

RGB120083-
CMYK010.310.53
HSL318.5º100%23.53%-
HSV(B)318.5º100%47.06%-
XYZ9.314.628.58-
YUV45.34149.26181.25-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 59.11%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 83 (32.81% from 255) = 40.89%
R=59.11%
G=0%
B=40.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120083010.310.53318.510023.53
Hex780530641F3513e6418
Octal17001230144376547614430
Binary1111000010100110110010011111110101100111110110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780053; }

 p { color: rgb(120,0,83); }

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

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

 a { background-color: rgb(120,0,83); }

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

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

 span { border-color: rgb(120,0,83); }

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