#740034

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

Shades of Tyrian Purple #740034

Tints of Tyrian Purple #740034

Color information

#740034 (or 0x740034) is unknown color: approx Tyrian Purple. HEX triplet: 74, 00 and 34. RGB value is (116,0,52). Sum of RGB (Red+Green+Blue) = 116+0+52=168 (22% of max value = 765). Red value is 116 (45.70% from 255 or 69.05% from 168); Green value is 0 (0.39% from 255 or 0% from 168); Blue value is 52 (20.70% from 255 or 30.95% from 168); Max value from RGB is 116 - color contains mainly: red. Hex color #740034 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740034 is #8BFFCB. Grayscale: #282828. Windows color (decimal): -9174988 or 3407988. OLE color: 3407988.

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

Color convert

RGB116052-
CMYK010.550.55
HSL333.1º100%22.75%-
HSV(B)333.1º100%45.49%-
XYZ7.823.963.6-
YUV40.61134.43181.77-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 69.05%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 52 (20.70% from 255) = 30.95%
R=69.05%
G=0%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.55
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116052010.550.55333.110022.75
Hex74034064373714d6417
Octal1640640144676751514427
Binary1110100011010001100100110111110111101001101110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740034; }

 p { color: rgb(116,0,52); }

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

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

 a { background-color: rgb(116,0,52); }

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

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

 span { border-color: rgb(116,0,52); }

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