#760255

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

Shades of Tyrian Purple #760255

Tints of Tyrian Purple #760255

Color information

#760255 (or 0x760255) is unknown color: approx Tyrian Purple. HEX triplet: 76, 02 and 55. RGB value is (118,2,85). Sum of RGB (Red+Green+Blue) = 118+2+85=205 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.56% from 205); Green value is 2 (1.17% from 255 or 0.98% from 205); Blue value is 85 (33.59% from 255 or 41.46% from 205); Max value from RGB is 118 - color contains mainly: red. Hex color #760255 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760255 is #89FDAA. Grayscale: #2D2D2D. Windows color (decimal): -9043371 or 5571190. OLE color: 5571190.

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

Color convert

RGB118285-
CMYK00.980.280.54
HSL317.07º96.67%23.53%-
HSV(B)317.07º98.31%46.27%-
XYZ9.134.558.99-
YUV46.15149.93179.25-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 57.56%
GREEN value IS 2 (1.17% from 255) = 0.98%
BLUE value IS 85 (33.59% from 255) = 41.46%
R=57.56%
G=0.98%
B=41.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.28
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11828500.980.280.54317.0796.6723.53
Hex762550621C3613d6118
Octal16621250142346647514130
Binary11101101010101010110001011100110110100111101110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760255; }

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

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

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

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

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

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

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

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