#760C52

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

Shades of Tyrian Purple #760C52

Tints of Tyrian Purple #760C52

Color information

#760C52 (or 0x760C52) is unknown color: approx Tyrian Purple. HEX triplet: 76, 0C and 52. RGB value is (118,12,82). Sum of RGB (Red+Green+Blue) = 118+12+82=212 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.66% from 212); Green value is 12 (5.08% from 255 or 5.66% from 212); Blue value is 82 (32.42% from 255 or 38.68% from 212); Max value from RGB is 118 - color contains mainly: red. Hex color #760C52 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760C52 is #89F3AD. Grayscale: #333333. Windows color (decimal): -9040814 or 5377142. OLE color: 5377142.

HSL color Cylindrical-coordinate representation of color #760C52: hue angle of 320.38º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #760C52 is Cyan = 0, Magento = 0.90, Yellow = 0.31 and Black (K on CMYK) = 0.54.

Color convert

RGB1181282-
CMYK00.900.310.54
HSL320.38º81.54%25.49%-
HSV(B)320.38º89.83%46.27%-
XYZ9.134.728.41-
YUV51.67145.12175.31-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 55.66%
GREEN value IS 12 (5.08% from 255) = 5.66%
BLUE value IS 82 (32.42% from 255) = 38.68%
R=55.66%
G=5.66%
B=38.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.31
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118128200.900.310.54320.3881.5425.49
Hex76C5205A1F361405219
Octal166141220132376650012231
Binary1110110110010100100101101011111110110101000000101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760C52; }

 p { color: rgb(118,12,82); }

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

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

 a { background-color: rgb(118,12,82); }

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

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

 span { border-color: rgb(118,12,82); }

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