#760250

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

Shades of Tyrian Purple #760250

Tints of Tyrian Purple #760250

Color information

#760250 (or 0x760250) is unknown color: approx Tyrian Purple. HEX triplet: 76, 02 and 50. RGB value is (118,2,80). Sum of RGB (Red+Green+Blue) = 118+2+80=200 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59% from 200); Green value is 2 (1.17% from 255 or 1% from 200); Blue value is 80 (31.64% from 255 or 40% from 200); Max value from RGB is 118 - color contains mainly: red. Hex color #760250 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760250 is #89FDAF. Grayscale: #2D2D2D. Windows color (decimal): -9043376 or 5243510. OLE color: 5243510.

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

Color convert

RGB118280-
CMYK00.980.320.54
HSL319.66º96.67%23.53%-
HSV(B)319.66º98.31%46.27%-
XYZ8.944.477.98-
YUV45.58147.43179.66-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 59%
GREEN value IS 2 (1.17% from 255) = 1%
BLUE value IS 80 (31.64% from 255) = 40%
R=59%
G=1%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.32
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11828000.980.320.54319.6696.6723.53
Hex7625006220361406118
Octal16621200142406650014130
Binary111011010101000001100010100000110110101000000110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760250; }

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

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

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

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

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

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

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

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