#760133

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

Shades of Tyrian Purple #760133

Tints of Tyrian Purple #760133

Color information

#760133 (or 0x760133) is unknown color: approx Tyrian Purple. HEX triplet: 76, 01 and 33. RGB value is (118,1,51). Sum of RGB (Red+Green+Blue) = 118+1+51=170 (22% of max value = 765). Red value is 118 (46.48% from 255 or 69.41% from 170); Green value is 1 (0.78% from 255 or 0.59% from 170); Blue value is 51 (20.31% from 255 or 30% from 170); Max value from RGB is 118 - color contains mainly: red. Hex color #760133 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760133 is #89FECC. Grayscale: #292929. Windows color (decimal): -9043661 or 3342710. OLE color: 3342710.

HSL color Cylindrical-coordinate representation of color #760133: hue angle of 334.36º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #760133 is Cyan = 0, Magento = 0.99, Yellow = 0.57 and Black (K on CMYK) = 0.54.

Color convert

RGB118151-
CMYK00.990.570.54
HSL334.36º98.32%23.33%-
HSV(B)334.36º99.15%46.27%-
XYZ8.084.113.5-
YUV41.68133.26182.43-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 69.41%
GREEN value IS 1 (0.78% from 255) = 0.59%
BLUE value IS 51 (20.31% from 255) = 30%
R=69.41%
G=0.59%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.57
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11815100.990.570.54334.3698.3223.33
Hex76133063393614e6217
Octal1661630143716651614227
Binary1110110111001101100011111001110110101001110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760133; }

 p { color: rgb(118,1,51); }

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

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

 a { background-color: rgb(118,1,51); }

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

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

 span { border-color: rgb(118,1,51); }

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