Html Css Color HEX #752758 Flirt

📋 copy color: '#752758'

red 117 ◦ green 39 ◦ blue 88

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

Shades of Flirt #752758

Tints of Flirt #752758

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.98%

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

R = 47.95%
G = 15.98%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.25

 K value IS 0.54

RGB Variations

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

Color information

#752758 (or 0x752758) is known color: Flirt. HEX triplet: 75, 27 and 58. RGB value is (117,39,88). Sum of RGB (Red+Green+Blue) = 117+39+88=244 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.95% from 244); Green value is 39 (15.62% from 255 or 15.98% from 244); Blue value is 88 (34.77% from 255 or 36.07% from 244); Max value from RGB is 117 - color contains mainly: red. Hex color #752758 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752758 is #8AD8A7. Grayscale: #434343. Windows color (decimal): -9099432 or 5777269. OLE color: 5777269.

HSL color Cylindrical-coordinate representation of color #752758: hue angle of 322.31º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #752758 is Cyan = 0, Magento = 0.67, Yellow = 0.25 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 39 88 -
CMYK 0 0.67 0.25 0.54
HSL 322.31º 0.5% 0.31% -
HSV(B) 322.31º 0.67% 0.46% -
XYZ 9.82 5.94 9.86 -
YUV 67.91 139.34 163.02 -
System Red Green Blue C M Y K H S L
Decimal 117 39 88 0 0.67 0.25 0.54 322.31 0.5 0.31
Hex 75 27 58 0 43 19 36 142 32 1F
Octal 165 47 130 0 103 31 66 502 62 37
Binary 1110101 100111 1011000 0 1000011 11001 110110 101000010 110010 11111

Color Harmonies of #752758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752758

Black with #752758

Text Example


Text Example

White with #752758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752758; }

 p { color: rgb(117,39,88); }

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

background-color css

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

 a { background-color: rgb(117,39,88); }

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

border-color css

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

 span { border-color: rgb(117,39,88); }

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