#780257

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

Shades of Tyrian Purple #780257

Tints of Tyrian Purple #780257

Color information

#780257 (or 0x780257) is unknown color: approx Tyrian Purple. HEX triplet: 78, 02 and 57. RGB value is (120,2,87). Sum of RGB (Red+Green+Blue) = 120+2+87=209 (27% of max value = 765). Red value is 120 (47.27% from 255 or 57.42% from 209); Green value is 2 (1.17% from 255 or 0.96% from 209); Blue value is 87 (34.38% from 255 or 41.63% from 209); Max value from RGB is 120 - color contains mainly: red. Hex color #780257 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780257 is #87FDA8. Grayscale: #2E2E2E. Windows color (decimal): -8912297 or 5702264. OLE color: 5702264.

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

Color convert

RGB120287-
CMYK00.980.280.53
HSL316.78º96.72%23.92%-
HSV(B)316.78º98.33%47.06%-
XYZ9.494.729.43-
YUV46.97150.59180.09-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 57.42%
GREEN value IS 2 (1.17% from 255) = 0.96%
BLUE value IS 87 (34.38% from 255) = 41.63%
R=57.42%
G=0.96%
B=41.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12028700.980.280.53316.7896.7223.92
Hex782570621C3513d6118
Octal17021270142346547514130
Binary11110001010101110110001011100110101100111101110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780257; }

 p { color: rgb(120,2,87); }

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

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

 a { background-color: rgb(120,2,87); }

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

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

 span { border-color: rgb(120,2,87); }

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