#760240

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

Shades of Tyrian Purple #760240

Tints of Tyrian Purple #760240

Color information

#760240 (or 0x760240) is unknown color: approx Tyrian Purple. HEX triplet: 76, 02 and 40. RGB value is (118,2,64). Sum of RGB (Red+Green+Blue) = 118+2+64=184 (24% of max value = 765). Red value is 118 (46.48% from 255 or 64.13% from 184); Green value is 2 (1.17% from 255 or 1.09% from 184); Blue value is 64 (25.39% from 255 or 34.78% from 184); Max value from RGB is 118 - color contains mainly: red. Hex color #760240 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760240 is #89FDBF. Grayscale: #2B2B2B. Windows color (decimal): -9043392 or 4194934. OLE color: 4194934.

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

Color convert

RGB118264-
CMYK00.980.460.54
HSL327.93º96.67%23.53%-
HSV(B)327.93º98.31%46.27%-
XYZ8.424.275.23-
YUV43.75139.43180.96-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 64.13%
GREEN value IS 2 (1.17% from 255) = 1.09%
BLUE value IS 64 (25.39% from 255) = 34.78%
R=64.13%
G=1.09%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.46
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11826400.980.460.54327.9396.6723.53
Hex762400622E361486118
Octal16621000142566651014130
Binary111011010100000001100010101110110110101001000110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760240; }

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

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

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

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

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

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

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

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