Html Css Color HEX #743558 Flirt

📋 copy color: '#743558'

red 116 ◦ green 53 ◦ blue 88

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

Shades of Flirt #743558

Tints of Flirt #743558

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.62%

 BLUE value IS 88 (34.77% from 255) = 34.24%

R = 45.14%
G = 20.62%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.24

 K value IS 0.55

RGB Variations

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

Color information

#743558 (or 0x743558) is known color: Flirt. HEX triplet: 74, 35 and 58. RGB value is (116,53,88). Sum of RGB (Red+Green+Blue) = 116+53+88=257 (34% of max value = 765). Red value is 116 (45.70% from 255 or 45.14% from 257); Green value is 53 (21.09% from 255 or 20.62% from 257); Blue value is 88 (34.77% from 255 or 34.24% from 257); Max value from RGB is 116 - color contains mainly: red. Hex color #743558 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743558 is #8BCAA7. Grayscale: #4B4B4B. Windows color (decimal): -9161384 or 5780852. OLE color: 5780852.

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

Color convert

RGB 116 53 88 -
CMYK 0 0.54 0.24 0.55
HSL 326.67º 0.37% 0.33% -
HSV(B) 326.67º 0.54% 0.45% -
XYZ 10.24 6.96 10.04 -
YUV 75.83 134.87 156.65 -
System Red Green Blue C M Y K H S L
Decimal 116 53 88 0 0.54 0.24 0.55 326.67 0.37 0.33
Hex 74 35 58 0 36 18 37 147 25 21
Octal 164 65 130 0 66 30 67 507 45 41
Binary 1110100 110101 1011000 0 110110 11000 110111 101000111 100101 100001

Color Harmonies of #743558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743558

Black with #743558

Text Example


Text Example

White with #743558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743558; }

 p { color: rgb(116,53,88); }

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

background-color css

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

 a { background-color: rgb(116,53,88); }

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

border-color css

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

 span { border-color: rgb(116,53,88); }

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