#760842

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

Shades of Tyrian Purple #760842

Tints of Tyrian Purple #760842

Color information

#760842 (or 0x760842) is unknown color: approx Tyrian Purple. HEX triplet: 76, 08 and 42. RGB value is (118,8,66). Sum of RGB (Red+Green+Blue) = 118+8+66=192 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.46% from 192); Green value is 8 (3.52% from 255 or 4.17% from 192); Blue value is 66 (26.17% from 255 or 34.38% from 192); Max value from RGB is 118 - color contains mainly: red. Hex color #760842 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760842 is #89F7BD. Grayscale: #2F2F2F. Windows color (decimal): -9041854 or 4327542. OLE color: 4327542.

HSL color Cylindrical-coordinate representation of color #760842: hue angle of 328.36º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #760842 is Cyan = 0, Magento = 0.93, Yellow = 0.44 and Black (K on CMYK) = 0.54.

Color convert

RGB118866-
CMYK00.930.440.54
HSL328.36º87.3%24.71%-
HSV(B)328.36º93.22%46.27%-
XYZ8.544.425.56-
YUV47.5138.44178.28-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 61.46%
GREEN value IS 8 (3.52% from 255) = 4.17%
BLUE value IS 66 (26.17% from 255) = 34.38%
R=61.46%
G=4.17%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.44
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11886600.930.440.54328.3687.324.71
Hex7684205D2C361485719
Octal166101020135546651012731
Binary11101101000100001001011101101100110110101001000101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760842; }

 p { color: rgb(118,8,66); }

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

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

 a { background-color: rgb(118,8,66); }

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

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

 span { border-color: rgb(118,8,66); }

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