#740352

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

Shades of Tyrian Purple #740352

Tints of Tyrian Purple #740352

Color information

#740352 (or 0x740352) is unknown color: approx Tyrian Purple. HEX triplet: 74, 03 and 52. RGB value is (116,3,82). Sum of RGB (Red+Green+Blue) = 116+3+82=201 (26% of max value = 765). Red value is 116 (45.70% from 255 or 57.71% from 201); Green value is 3 (1.56% from 255 or 1.49% from 201); Blue value is 82 (32.42% from 255 or 40.80% from 201); Max value from RGB is 116 - color contains mainly: red. Hex color #740352 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740352 is #8BFCAD. Grayscale: #2D2D2D. Windows color (decimal): -9174190 or 5374836. OLE color: 5374836.

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

Color convert

RGB116382-
CMYK00.970.290.55
HSL318.05º94.96%23.33%-
HSV(B)318.05º97.41%45.49%-
XYZ8.764.398.37-
YUV45.79148.44178.08-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 57.71%
GREEN value IS 3 (1.56% from 255) = 1.49%
BLUE value IS 82 (32.42% from 255) = 40.80%
R=57.71%
G=1.49%
B=40.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.29
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11638200.970.290.55318.0594.9623.33
Hex743520611D3713e5f17
Octal16431220141356747613727
Binary11101001110100100110000111101110111100111110101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740352; }

 p { color: rgb(116,3,82); }

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

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

 a { background-color: rgb(116,3,82); }

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

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

 span { border-color: rgb(116,3,82); }

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