#760952

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

Shades of Tyrian Purple #760952

Tints of Tyrian Purple #760952

Color information

#760952 (or 0x760952) is unknown color: approx Tyrian Purple. HEX triplet: 76, 09 and 52. RGB value is (118,9,82). Sum of RGB (Red+Green+Blue) = 118+9+82=209 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.46% from 209); Green value is 9 (3.91% from 255 or 4.31% from 209); Blue value is 82 (32.42% from 255 or 39.23% from 209); Max value from RGB is 118 - color contains mainly: red. Hex color #760952 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760952 is #89F6AD. Grayscale: #313131. Windows color (decimal): -9041582 or 5376374. OLE color: 5376374.

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

Color convert

RGB118982-
CMYK00.920.310.54
HSL319.82º85.83%24.9%-
HSV(B)319.82º92.37%46.27%-
XYZ9.094.668.4-
YUV49.91146.11176.56-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 56.46%
GREEN value IS 9 (3.91% from 255) = 4.31%
BLUE value IS 82 (32.42% from 255) = 39.23%
R=56.46%
G=4.31%
B=39.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.31
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11898200.920.310.54319.8285.8324.9
Hex7695205C1F361405619
Octal166111220134376650012631
Binary1110110100110100100101110011111110110101000000101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760952; }

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

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

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

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

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

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

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

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