#740653

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

Shades of Tyrian Purple #740653

Tints of Tyrian Purple #740653

Color information

#740653 (or 0x740653) is unknown color: approx Tyrian Purple. HEX triplet: 74, 06 and 53. RGB value is (116,6,83). Sum of RGB (Red+Green+Blue) = 116+6+83=205 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.59% from 205); Green value is 6 (2.73% from 255 or 2.93% from 205); Blue value is 83 (32.81% from 255 or 40.49% from 205); Max value from RGB is 116 - color contains mainly: red. Hex color #740653 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740653 is #8BF9AC. Grayscale: #2F2F2F. Windows color (decimal): -9173421 or 5441140. OLE color: 5441140.

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

Color convert

RGB116683-
CMYK00.950.280.55
HSL318º90.16%23.92%-
HSV(B)318º94.83%45.49%-
XYZ8.834.478.58-
YUV47.67147.94176.74-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 56.59%
GREEN value IS 6 (2.73% from 255) = 2.93%
BLUE value IS 83 (32.81% from 255) = 40.49%
R=56.59%
G=2.93%
B=40.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11668300.950.280.5531890.1623.92
Hex7465305F1C3713e5a18
Octal16461230137346747613230
Binary111010011010100110101111111100110111100111110101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740653; }

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

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

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

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

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

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

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

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