Html Css Color HEX #742F57 Flirt

📋 copy color: '#742F57'

red 116 ◦ green 47 ◦ blue 87

#742F57
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Flirt #742F57

Tints of Flirt #742F57

RGB

 RED value IS 116 (45.7% from 255) = 46.4%

 GREEN value IS 47 (18.75% from 255) = 18.8%

 BLUE value IS 87 (34.38% from 255) = 34.8%

R = 46.4%
G = 18.8%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#742F57 (or 0x742F57) is known color: Flirt. HEX triplet: 74, 2F and 57. RGB value is (116,47,87). Sum of RGB (Red+Green+Blue) = 116+47+87=250 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.4% from 250); Green value is 47 (18.75% from 255 or 18.8% from 250); Blue value is 87 (34.38% from 255 or 34.8% from 250); Max value from RGB is 116 - color contains mainly: red. Hex color #742F57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742F57 is #8BD0A8. Grayscale: #484848. Windows color (decimal): -9162921 or 5713780. OLE color: 5713780.

HSL color Cylindrical-coordinate representation of color #742F57: hue angle of 325.22º 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 #742F57 is Cyan = 0, Magento = 0.59, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 47 87 -
CMYK 0 0.59 0.25 0.55
HSL 325.22º 0.42% 0.32% -
HSV(B) 325.22º 0.59% 0.45% -
XYZ 9.94 6.43 9.73 -
YUV 72.19 136.36 159.25 -
System Red Green Blue C M Y K H S L
Decimal 116 47 87 0 0.59 0.25 0.55 325.22 0.42 0.32
Hex 74 2F 57 0 3B 19 37 145 2A 20
Octal 164 57 127 0 73 31 67 505 52 40
Binary 1110100 101111 1010111 0 111011 11001 110111 101000101 101010 100000

Color Harmonies of #742F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742F57

Black with #742F57

Text Example


Text Example

White with #742F57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #742F57;
 }
 .AnyTagClassName
 {
   color: #742F57;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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