Html Css Color HEX #752958 Flirt

📋 copy color: '#752958'

red 117 ◦ green 41 ◦ blue 88

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

Shades of Flirt #752958

Tints of Flirt #752958

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.67%

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

R = 47.56%
G = 16.67%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.25

 K value IS 0.54

RGB Variations

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

Color information

#752958 (or 0x752958) is known color: Flirt. HEX triplet: 75, 29 and 58. RGB value is (117,41,88). Sum of RGB (Red+Green+Blue) = 117+41+88=246 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.56% from 246); Green value is 41 (16.41% from 255 or 16.67% from 246); Blue value is 88 (34.77% from 255 or 35.77% from 246); Max value from RGB is 117 - color contains mainly: red. Hex color #752958 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752958 is #8AD6A7. Grayscale: #444444. Windows color (decimal): -9098920 or 5777781. OLE color: 5777781.

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

Color convert

RGB 117 41 88 -
CMYK 0 0.65 0.25 0.54
HSL 322.89º 0.48% 0.31% -
HSV(B) 322.89º 0.65% 0.46% -
XYZ 9.89 6.07 9.88 -
YUV 69.08 138.68 162.18 -
System Red Green Blue C M Y K H S L
Decimal 117 41 88 0 0.65 0.25 0.54 322.89 0.48 0.31
Hex 75 29 58 0 41 19 36 143 30 1F
Octal 165 51 130 0 101 31 66 503 60 37
Binary 1110101 101001 1011000 0 1000001 11001 110110 101000011 110000 11111

Color Harmonies of #752958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752958

Black with #752958

Text Example


Text Example

White with #752958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752958; }

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

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

background-color css

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

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

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

border-color css

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

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

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