Html Css Color HEX #742A58 Flirt

📋 copy color: '#742A58'

red 116 ◦ green 42 ◦ blue 88

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

Shades of Flirt #742A58

Tints of Flirt #742A58

RGB

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

 GREEN value IS 42 (16.8% from 255) = 17.07%

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

R = 47.15%
G = 17.07%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.24

 K value IS 0.55

RGB Variations

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

Color information

#742A58 (or 0x742A58) is known color: Flirt. HEX triplet: 74, 2A and 58. RGB value is (116,42,88). Sum of RGB (Red+Green+Blue) = 116+42+88=246 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.15% from 246); Green value is 42 (16.80% from 255 or 17.07% from 246); Blue value is 88 (34.77% from 255 or 35.77% from 246); Max value from RGB is 116 - color contains mainly: red. Hex color #742A58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742A58 is #8BD5A7. Grayscale: #454545. Windows color (decimal): -9164200 or 5778036. OLE color: 5778036.

HSL color Cylindrical-coordinate representation of color #742A58: hue angle of 322.7º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #742A58 is Cyan = 0, Magento = 0.64, Yellow = 0.24 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 42 88 -
CMYK 0 0.64 0.24 0.55
HSL 322.7º 0.47% 0.31% -
HSV(B) 322.7º 0.64% 0.45% -
XYZ 9.79 6.07 9.89 -
YUV 69.37 138.52 161.26 -
System Red Green Blue C M Y K H S L
Decimal 116 42 88 0 0.64 0.24 0.55 322.7 0.47 0.31
Hex 74 2A 58 0 40 18 37 143 2F 1F
Octal 164 52 130 0 100 30 67 503 57 37
Binary 1110100 101010 1011000 0 1000000 11000 110111 101000011 101111 11111

Color Harmonies of #742A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742A58

Black with #742A58

Text Example


Text Example

White with #742A58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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