#760151

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

Shades of Tyrian Purple #760151

Tints of Tyrian Purple #760151

Color information

#760151 (or 0x760151) is unknown color: approx Tyrian Purple. HEX triplet: 76, 01 and 51. RGB value is (118,1,81). Sum of RGB (Red+Green+Blue) = 118+1+81=200 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59% from 200); Green value is 1 (0.78% from 255 or 0.5% from 200); Blue value is 81 (32.03% from 255 or 40.5% from 200); Max value from RGB is 118 - color contains mainly: red. Hex color #760151 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760151 is #89FEAE. Grayscale: #2C2C2C. Windows color (decimal): -9043631 or 5308790. OLE color: 5308790.

HSL color Cylindrical-coordinate representation of color #760151: hue angle of 318.97º 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 #760151 is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.54.

Color convert

RGB118181-
CMYK00.990.310.54
HSL318.97º98.32%23.33%-
HSV(B)318.97º99.15%46.27%-
XYZ8.974.478.17-
YUV45.1148.26180-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 59%
GREEN value IS 1 (0.78% from 255) = 0.5%
BLUE value IS 81 (32.03% from 255) = 40.5%
R=59%
G=0.5%
B=40.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.31
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11818100.990.310.54318.9798.3223.33
Hex761510631F3613f6217
Octal16611210143376647714227
Binary1110110110100010110001111111110110100111111110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760151; }

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

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

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

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

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

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

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

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