#760051

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

Shades of Tyrian Purple #760051

Tints of Tyrian Purple #760051

Color information

#760051 (or 0x760051) is unknown color: approx Tyrian Purple. HEX triplet: 76, 00 and 51. RGB value is (118,0,81). Sum of RGB (Red+Green+Blue) = 118+0+81=199 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.30% from 199); Green value is 0 (0.39% from 255 or 0% from 199); Blue value is 81 (32.03% from 255 or 40.70% from 199); Max value from RGB is 118 - color contains mainly: red. Hex color #760051 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760051 is #89FFAE. Grayscale: #2C2C2C. Windows color (decimal): -9043887 or 5308534. OLE color: 5308534.

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

Color convert

RGB118081-
CMYK010.310.54
HSL318.81º100%23.14%-
HSV(B)318.81º100%46.27%-
XYZ8.964.458.17-
YUV44.52148.59180.41-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 59.30%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 81 (32.03% from 255) = 40.70%
R=59.30%
G=0%
B=40.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.31
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118081010.310.54318.8110023.14
Hex760510641F3613f6417
Octal16601210144376647714427
Binary1110110010100010110010011111110110100111111110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760051; }

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

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

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

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

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

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

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

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