#760258

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

Shades of Tyrian Purple #760258

Tints of Tyrian Purple #760258

Color information

#760258 (or 0x760258) is unknown color: approx Tyrian Purple. HEX triplet: 76, 02 and 58. RGB value is (118,2,88). Sum of RGB (Red+Green+Blue) = 118+2+88=208 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.73% from 208); Green value is 2 (1.17% from 255 or 0.96% from 208); Blue value is 88 (34.77% from 255 or 42.31% from 208); Max value from RGB is 118 - color contains mainly: red. Hex color #760258 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760258 is #89FDA7. Grayscale: #2E2E2E. Windows color (decimal): -9043368 or 5767798. OLE color: 5767798.

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

Color convert

RGB118288-
CMYK00.980.250.54
HSL315.52º96.67%23.53%-
HSV(B)315.52º98.31%46.27%-
XYZ9.254.69.63-
YUV46.49151.43179.01-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 56.73%
GREEN value IS 2 (1.17% from 255) = 0.96%
BLUE value IS 88 (34.77% from 255) = 42.31%
R=56.73%
G=0.96%
B=42.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.25
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11828800.980.250.54315.5296.6723.53
Hex76258062193613c6118
Octal16621300142316647414130
Binary11101101010110000110001011001110110100111100110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760258; }

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

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

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

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

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

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

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

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