Html Css Color HEX #752457 Flirt

📋 copy color: '#752457'

red 117 ◦ green 36 ◦ blue 87

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

Shades of Flirt #752457

Tints of Flirt #752457

RGB

 RED value IS 117 (46.09% from 255) = 48.75%

 GREEN value IS 36 (14.45% from 255) = 15%

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

R = 48.75%
G = 15%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.26

 K value IS 0.54

RGB Variations

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

Color information

#752457 (or 0x752457) is known color: Flirt. HEX triplet: 75, 24 and 57. RGB value is (117,36,87). Sum of RGB (Red+Green+Blue) = 117+36+87=240 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.75% from 240); Green value is 36 (14.45% from 255 or 15% from 240); Blue value is 87 (34.38% from 255 or 36.25% from 240); Max value from RGB is 117 - color contains mainly: red. Hex color #752457 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752457 is #8ADBA8. Grayscale: #414141. Windows color (decimal): -9100201 or 5710965. OLE color: 5710965.

HSL color Cylindrical-coordinate representation of color #752457: hue angle of 322.22º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #752457 is Cyan = 0, Magento = 0.69, Yellow = 0.26 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 36 87 -
CMYK 0 0.69 0.26 0.54
HSL 322.22º 0.53% 0.3% -
HSV(B) 322.22º 0.69% 0.46% -
XYZ 9.69 5.73 9.61 -
YUV 66.03 139.84 164.35 -
System Red Green Blue C M Y K H S L
Decimal 117 36 87 0 0.69 0.26 0.54 322.22 0.53 0.3
Hex 75 24 57 0 45 1A 36 142 35 1E
Octal 165 44 127 0 105 32 66 502 65 36
Binary 1110101 100100 1010111 0 1000101 11010 110110 101000010 110101 11110

Color Harmonies of #752457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752457

Black with #752457

Text Example


Text Example

White with #752457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752457; }

 p { color: rgb(117,36,87); }

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

background-color css

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

 a { background-color: rgb(117,36,87); }

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

border-color css

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

 span { border-color: rgb(117,36,87); }

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