#742F5B

Color #742F5B Flirt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flirt #742F5B

Tints of Flirt #742F5B

Color information

#742F5B (or 0x742F5B) is unknown color: approx Flirt. HEX triplet: 74, 2F and 5B. RGB value is (116,47,91). Sum of RGB (Red+Green+Blue) = 116+47+91=254 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.67% from 254); Green value is 47 (18.75% from 255 or 18.50% from 254); Blue value is 91 (35.94% from 255 or 35.83% from 254); Max value from RGB is 116 - color contains mainly: red. Hex color #742F5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742F5B is #8BD0A4. Grayscale: #484848. Windows color (decimal): -9162917 or 5975924. OLE color: 5975924.

HSL color Cylindrical-coordinate representation of color #742F5B: hue angle of 321.74º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #742F5B is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB1164791-
CMYK00.590.220.55
HSL321.74º42.33%31.96%-
HSV(B)321.74º59.48%45.49%-
XYZ10.116.510.62-
YUV72.65138.36158.92-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 45.67%
GREEN value IS 47 (18.75% from 255) = 18.50%
BLUE value IS 91 (35.94% from 255) = 35.83%
R=45.67%
G=18.50%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116479100.590.220.55321.7442.3331.96
Hex742F5B03B16371422a20
Octal1645713307326675025240
Binary11101001011111011011011101110110110111101000010101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742F5B; }

 p { color: rgb(116,47,91); }

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

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

 a { background-color: rgb(116,47,91); }

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

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

 span { border-color: rgb(116,47,91); }

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