#760251

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

Shades of Tyrian Purple #760251

Tints of Tyrian Purple #760251

Color information

#760251 (or 0x760251) is unknown color: approx Tyrian Purple. HEX triplet: 76, 02 and 51. RGB value is (118,2,81). Sum of RGB (Red+Green+Blue) = 118+2+81=201 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.71% from 201); Green value is 2 (1.17% from 255 or 1.00% from 201); Blue value is 81 (32.03% from 255 or 40.30% from 201); Max value from RGB is 118 - color contains mainly: red. Hex color #760251 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760251 is #89FDAE. Grayscale: #2D2D2D. Windows color (decimal): -9043375 or 5309046. OLE color: 5309046.

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

Color convert

RGB118281-
CMYK00.980.310.54
HSL319.14º96.67%23.53%-
HSV(B)319.14º98.31%46.27%-
XYZ8.984.498.18-
YUV45.69147.93179.58-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 58.71%
GREEN value IS 2 (1.17% from 255) = 1.00%
BLUE value IS 81 (32.03% from 255) = 40.30%
R=58.71%
G=1.00%
B=40.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.31
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11828100.980.310.54319.1496.6723.53
Hex762510621F3613f6118
Octal16621210142376647714130
Binary11101101010100010110001011111110110100111111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760251; }

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

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

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

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

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

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

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

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