#760432

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

Shades of Tyrian Purple #760432

Tints of Tyrian Purple #760432

Color information

#760432 (or 0x760432) is unknown color: approx Tyrian Purple. HEX triplet: 76, 04 and 32. RGB value is (118,4,50). Sum of RGB (Red+Green+Blue) = 118+4+50=172 (22% of max value = 765). Red value is 118 (46.48% from 255 or 68.60% from 172); Green value is 4 (1.95% from 255 or 2.33% from 172); Blue value is 50 (19.92% from 255 or 29.07% from 172); Max value from RGB is 118 - color contains mainly: red. Hex color #760432 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760432 is #89FBCD. Grayscale: #2B2B2B. Windows color (decimal): -9042894 or 3277942. OLE color: 3277942.

HSL color Cylindrical-coordinate representation of color #760432: hue angle of 335.79º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #760432 is Cyan = 0, Magento = 0.97, Yellow = 0.58 and Black (K on CMYK) = 0.54.

Color convert

RGB118450-
CMYK00.970.580.54
HSL335.79º93.44%23.92%-
HSV(B)335.79º96.61%46.27%-
XYZ8.094.173.4-
YUV43.33131.77181.26-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 68.60%
GREEN value IS 4 (1.95% from 255) = 2.33%
BLUE value IS 50 (19.92% from 255) = 29.07%
R=68.60%
G=2.33%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.58
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11845000.970.580.54335.7993.4423.92
Hex764320613A361505d18
Octal1664620141726652013530
Binary111011010011001001100001111010110110101010000101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760432; }

 p { color: rgb(118,4,50); }

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

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

 a { background-color: rgb(118,4,50); }

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

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

 span { border-color: rgb(118,4,50); }

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