#760954

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

Shades of Tyrian Purple #760954

Tints of Tyrian Purple #760954

Color information

#760954 (or 0x760954) is unknown color: approx Tyrian Purple. HEX triplet: 76, 09 and 54. RGB value is (118,9,84). Sum of RGB (Red+Green+Blue) = 118+9+84=211 (27% of max value = 765). Red value is 118 (46.48% from 255 or 55.92% from 211); Green value is 9 (3.91% from 255 or 4.27% from 211); Blue value is 84 (33.20% from 255 or 39.81% from 211); Max value from RGB is 118 - color contains mainly: red. Hex color #760954 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760954 is #89F6AB. Grayscale: #313131. Windows color (decimal): -9041580 or 5507446. OLE color: 5507446.

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

Color convert

RGB118984-
CMYK00.920.290.54
HSL318.72º85.83%24.9%-
HSV(B)318.72º92.37%46.27%-
XYZ9.174.698.81-
YUV50.14147.11176.4-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 55.92%
GREEN value IS 9 (3.91% from 255) = 4.27%
BLUE value IS 84 (33.20% from 255) = 39.81%
R=55.92%
G=4.27%
B=39.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.29
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11898400.920.290.54318.7285.8324.9
Hex7695405C1D3613f5619
Octal166111240134356647712631
Binary1110110100110101000101110011101110110100111111101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760954; }

 p { color: rgb(118,9,84); }

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

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

 a { background-color: rgb(118,9,84); }

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

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

 span { border-color: rgb(118,9,84); }

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