Html Css Color HEX #753558 Flirt

📋 copy color: '#753558'

red 117 ◦ green 53 ◦ blue 88

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

Shades of Flirt #753558

Tints of Flirt #753558

RGB

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

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

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

R = 45.35%
G = 20.54%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.25

 K value IS 0.54

RGB Variations

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

Color information

#753558 (or 0x753558) is known color: Flirt. HEX triplet: 75, 35 and 58. RGB value is (117,53,88). Sum of RGB (Red+Green+Blue) = 117+53+88=258 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.35% from 258); Green value is 53 (21.09% from 255 or 20.54% from 258); Blue value is 88 (34.77% from 255 or 34.11% from 258); Max value from RGB is 117 - color contains mainly: red. Hex color #753558 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753558 is #8ACAA7. Grayscale: #4C4C4C. Windows color (decimal): -9095848 or 5780853. OLE color: 5780853.

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

Color convert

RGB 117 53 88 -
CMYK 0 0.55 0.25 0.54
HSL 327.19º 0.38% 0.33% -
HSV(B) 327.19º 0.55% 0.46% -
XYZ 10.37 7.03 10.04 -
YUV 76.13 134.7 157.15 -
System Red Green Blue C M Y K H S L
Decimal 117 53 88 0 0.55 0.25 0.54 327.19 0.38 0.33
Hex 75 35 58 0 37 19 36 147 26 21
Octal 165 65 130 0 67 31 66 507 46 41
Binary 1110101 110101 1011000 0 110111 11001 110110 101000111 100110 100001

Color Harmonies of #753558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753558

Black with #753558

Text Example


Text Example

White with #753558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753558; }

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

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

background-color css

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

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

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

border-color css

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

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

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