#780150

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

Shades of Tyrian Purple #780150

Tints of Tyrian Purple #780150

Color information

#780150 (or 0x780150) is unknown color: approx Tyrian Purple. HEX triplet: 78, 01 and 50. RGB value is (120,1,80). Sum of RGB (Red+Green+Blue) = 120+1+80=201 (26% of max value = 765). Red value is 120 (47.27% from 255 or 59.70% from 201); Green value is 1 (0.78% from 255 or 0.50% from 201); Blue value is 80 (31.64% from 255 or 39.80% from 201); Max value from RGB is 120 - color contains mainly: red. Hex color #780150 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780150 is #87FEAF. Grayscale: #2D2D2D. Windows color (decimal): -8912560 or 5243256. OLE color: 5243256.

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

Color convert

RGB120180-
CMYK00.990.330.53
HSL320.17º98.35%23.73%-
HSV(B)320.17º99.17%47.06%-
XYZ9.24.597.99-
YUV45.59147.42181.08-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 59.70%
GREEN value IS 1 (0.78% from 255) = 0.50%
BLUE value IS 80 (31.64% from 255) = 39.80%
R=59.70%
G=0.50%
B=39.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.33
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12018000.990.330.53320.1798.3523.73
Hex7815006321351406218
Octal17011200143416550014230
Binary11110001101000001100011100001110101101000000110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780150; }

 p { color: rgb(120,1,80); }

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

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

 a { background-color: rgb(120,1,80); }

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

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

 span { border-color: rgb(120,1,80); }

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