Html Css Color HEX #752858 Flirt

📋 copy color: '#752858'

red 117 ◦ green 40 ◦ blue 88

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

Shades of Flirt #752858

Tints of Flirt #752858

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.33%

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

R = 47.76%
G = 16.33%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.25

 K value IS 0.54

RGB Variations

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

Color information

#752858 (or 0x752858) is known color: Flirt. HEX triplet: 75, 28 and 58. RGB value is (117,40,88). Sum of RGB (Red+Green+Blue) = 117+40+88=245 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.76% from 245); Green value is 40 (16.02% from 255 or 16.33% from 245); Blue value is 88 (34.77% from 255 or 35.92% from 245); Max value from RGB is 117 - color contains mainly: red. Hex color #752858 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752858 is #8AD7A7. Grayscale: #444444. Windows color (decimal): -9099176 or 5777525. OLE color: 5777525.

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

Color convert

RGB 117 40 88 -
CMYK 0 0.66 0.25 0.54
HSL 322.6º 0.49% 0.31% -
HSV(B) 322.6º 0.66% 0.46% -
XYZ 9.86 6 9.87 -
YUV 68.5 139.01 162.6 -
System Red Green Blue C M Y K H S L
Decimal 117 40 88 0 0.66 0.25 0.54 322.6 0.49 0.31
Hex 75 28 58 0 42 19 36 143 31 1F
Octal 165 50 130 0 102 31 66 503 61 37
Binary 1110101 101000 1011000 0 1000010 11001 110110 101000011 110001 11111

Color Harmonies of #752858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752858

Black with #752858

Text Example


Text Example

White with #752858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752858; }

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

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

background-color css

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

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

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

border-color css

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

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

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