#760232

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

Shades of Tyrian Purple #760232

Tints of Tyrian Purple #760232

Color information

#760232 (or 0x760232) is unknown color: approx Tyrian Purple. HEX triplet: 76, 02 and 32. RGB value is (118,2,50). Sum of RGB (Red+Green+Blue) = 118+2+50=170 (22% of max value = 765). Red value is 118 (46.48% from 255 or 69.41% from 170); Green value is 2 (1.17% from 255 or 1.18% from 170); Blue value is 50 (19.92% from 255 or 29.41% from 170); Max value from RGB is 118 - color contains mainly: red. Hex color #760232 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760232 is #89FDCD. Grayscale: #2A2A2A. Windows color (decimal): -9043406 or 3277430. OLE color: 3277430.

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

Color convert

RGB118250-
CMYK00.980.580.54
HSL335.17º96.67%23.53%-
HSV(B)335.17º98.31%46.27%-
XYZ8.074.133.39-
YUV42.16132.43182.1-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 69.41%
GREEN value IS 2 (1.17% from 255) = 1.18%
BLUE value IS 50 (19.92% from 255) = 29.41%
R=69.41%
G=1.18%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.58
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11825000.980.580.54335.1796.6723.53
Hex762320623A3614f6118
Octal1662620142726651714130
Binary11101101011001001100010111010110110101001111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760232; }

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

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

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

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

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

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

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

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