#780552

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

Shades of Tyrian Purple #780552

Tints of Tyrian Purple #780552

Color information

#780552 (or 0x780552) is unknown color: approx Tyrian Purple. HEX triplet: 78, 05 and 52. RGB value is (120,5,82). Sum of RGB (Red+Green+Blue) = 120+5+82=207 (27% of max value = 765). Red value is 120 (47.27% from 255 or 57.97% from 207); Green value is 5 (2.34% from 255 or 2.42% from 207); Blue value is 82 (32.42% from 255 or 39.61% from 207); Max value from RGB is 120 - color contains mainly: red. Hex color #780552 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780552 is #87FAAD. Grayscale: #2F2F2F. Windows color (decimal): -8911534 or 5375352. OLE color: 5375352.

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

Color convert

RGB120582-
CMYK00.960.320.53
HSL319.83º92%24.51%-
HSV(B)319.83º95.83%47.06%-
XYZ9.324.718.4-
YUV48.16147.1179.24-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 57.97%
GREEN value IS 5 (2.34% from 255) = 2.42%
BLUE value IS 82 (32.42% from 255) = 39.61%
R=57.97%
G=2.42%
B=39.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12058200.960.320.53319.839224.51
Hex7855206020351405c19
Octal17051220140406550013431
Binary1111000101101001001100000100000110101101000000101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780552; }

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

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

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

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

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

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

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

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