#760033

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

Shades of Tyrian Purple #760033

Tints of Tyrian Purple #760033

Color information

#760033 (or 0x760033) is unknown color: approx Tyrian Purple. HEX triplet: 76, 00 and 33. RGB value is (118,0,51). Sum of RGB (Red+Green+Blue) = 118+0+51=169 (22% of max value = 765). Red value is 118 (46.48% from 255 or 69.82% from 169); Green value is 0 (0.39% from 255 or 0% from 169); Blue value is 51 (20.31% from 255 or 30.18% from 169); Max value from RGB is 118 - color contains mainly: red. Hex color #760033 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760033 is #89FFCC. Grayscale: #292929. Windows color (decimal): -9043917 or 3342454. OLE color: 3342454.

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

Color convert

RGB118051-
CMYK010.570.54
HSL334.07º100%23.14%-
HSV(B)334.07º100%46.27%-
XYZ8.074.093.5-
YUV41.1133.59182.85-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 69.82%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 51 (20.31% from 255) = 30.18%
R=69.82%
G=0%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.57
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118051010.570.54334.0710023.14
Hex76033064393614e6417
Octal1660630144716651614427
Binary1110110011001101100100111001110110101001110110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760033; }

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

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

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

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

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

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

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

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