#760154

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

Shades of Tyrian Purple #760154

Tints of Tyrian Purple #760154

Color information

#760154 (or 0x760154) is unknown color: approx Tyrian Purple. HEX triplet: 76, 01 and 54. RGB value is (118,1,84). Sum of RGB (Red+Green+Blue) = 118+1+84=203 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.13% from 203); Green value is 1 (0.78% from 255 or 0.49% from 203); Blue value is 84 (33.20% from 255 or 41.38% from 203); Max value from RGB is 118 - color contains mainly: red. Hex color #760154 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760154 is #89FEAB. Grayscale: #2D2D2D. Windows color (decimal): -9043628 or 5505398. OLE color: 5505398.

HSL color Cylindrical-coordinate representation of color #760154: hue angle of 317.44º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #760154 is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.54.

Color convert

RGB118184-
CMYK00.990.290.54
HSL317.44º98.32%23.33%-
HSV(B)317.44º99.15%46.27%-
XYZ9.084.518.78-
YUV45.44149.76179.75-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 58.13%
GREEN value IS 1 (0.78% from 255) = 0.49%
BLUE value IS 84 (33.20% from 255) = 41.38%
R=58.13%
G=0.49%
B=41.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.29
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11818400.990.290.54317.4498.3223.33
Hex761540631D3613d6217
Octal16611240143356647514227
Binary1110110110101000110001111101110110100111101110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760154; }

 p { color: rgb(118,1,84); }

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

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

 a { background-color: rgb(118,1,84); }

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

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

 span { border-color: rgb(118,1,84); }

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