#740651

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

Shades of Tyrian Purple #740651

Tints of Tyrian Purple #740651

Color information

#740651 (or 0x740651) is unknown color: approx Tyrian Purple. HEX triplet: 74, 06 and 51. RGB value is (116,6,81). Sum of RGB (Red+Green+Blue) = 116+6+81=203 (26% of max value = 765). Red value is 116 (45.70% from 255 or 57.14% from 203); Green value is 6 (2.73% from 255 or 2.96% from 203); Blue value is 81 (32.03% from 255 or 39.90% from 203); Max value from RGB is 116 - color contains mainly: red. Hex color #740651 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740651 is #8BF9AE. Grayscale: #2F2F2F. Windows color (decimal): -9173423 or 5310068. OLE color: 5310068.

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

Color convert

RGB116681-
CMYK00.950.300.55
HSL319.09º90.16%23.92%-
HSV(B)319.09º94.83%45.49%-
XYZ8.754.448.18-
YUV47.44146.94176.9-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 57.14%
GREEN value IS 6 (2.73% from 255) = 2.96%
BLUE value IS 81 (32.03% from 255) = 39.90%
R=57.14%
G=2.96%
B=39.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11668100.950.300.55319.0990.1623.92
Hex7465105F1E3713f5a18
Octal16461210137366747713230
Binary111010011010100010101111111110110111100111111101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740651; }

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

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

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

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

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

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

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

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