#780052

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

Shades of Tyrian Purple #780052

Tints of Tyrian Purple #780052

Color information

#780052 (or 0x780052) is unknown color: approx Tyrian Purple. HEX triplet: 78, 00 and 52. RGB value is (120,0,82). Sum of RGB (Red+Green+Blue) = 120+0+82=202 (26% of max value = 765). Red value is 120 (47.27% from 255 or 59.41% from 202); Green value is 0 (0.39% from 255 or 0% from 202); Blue value is 82 (32.42% from 255 or 40.59% from 202); Max value from RGB is 120 - color contains mainly: red. Hex color #780052 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780052 is #87FFAD. Grayscale: #2D2D2D. Windows color (decimal): -8912814 or 5374072. OLE color: 5374072.

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

Color convert

RGB120082-
CMYK010.320.53
HSL319º100%23.53%-
HSV(B)319º100%47.06%-
XYZ9.274.68.38-
YUV45.23148.76181.33-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 59.41%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 82 (32.42% from 255) = 40.59%
R=59.41%
G=0%
B=40.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120082010.320.5331910023.53
Hex78052064203513f6418
Octal17001220144406547714430
Binary11110000101001001100100100000110101100111111110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780052; }

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

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

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

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

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

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

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

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