#740053

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

Shades of Tyrian Purple #740053

Tints of Tyrian Purple #740053

Color information

#740053 (or 0x740053) is unknown color: approx Tyrian Purple. HEX triplet: 74, 00 and 53. RGB value is (116,0,83). Sum of RGB (Red+Green+Blue) = 116+0+83=199 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58.29% from 199); Green value is 0 (0.39% from 255 or 0% from 199); Blue value is 83 (32.81% from 255 or 41.71% from 199); Max value from RGB is 116 - color contains mainly: red. Hex color #740053 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740053 is #8BFFAC. Grayscale: #2B2B2B. Windows color (decimal): -9174957 or 5439604. OLE color: 5439604.

HSL color Cylindrical-coordinate representation of color #740053: hue angle of 317.07º 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 #740053 is Cyan = 0, Magento = 1, Yellow = 0.28 and Black (K on CMYK) = 0.55.

Color convert

RGB116083-
CMYK010.280.55
HSL317.07º100%22.75%-
HSV(B)317.07º100%45.49%-
XYZ8.764.348.56-
YUV44.15149.93179.25-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 58.29%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 83 (32.81% from 255) = 41.71%
R=58.29%
G=0%
B=41.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116083010.280.55317.0710022.75
Hex740530641C3713d6417
Octal16401230144346747514427
Binary1110100010100110110010011100110111100111101110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740053; }

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

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

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

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

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

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

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

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