Html Css Color HEX #75587C Affair

📋 copy color: '#75587C'

red 117 ◦ green 88 ◦ blue 124

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

Shades of Affair #75587C

Tints of Affair #75587C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.75%

 BLUE value IS 124 (48.83% from 255) = 37.69%

R = 35.56%
G = 26.75%
B = 37.69%

CMYK

 C value IS 0.06

 M value IS 0.29

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#75587C (or 0x75587C) is known color: Affair. HEX triplet: 75, 58 and 7C. RGB value is (117,88,124). Sum of RGB (Red+Green+Blue) = 117+88+124=329 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.56% from 329); Green value is 88 (34.77% from 255 or 26.75% from 329); Blue value is 124 (48.83% from 255 or 37.69% from 329); Max value from RGB is 124 - color contains mainly: blue. Hex color #75587C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75587C is #8AA783. Grayscale: #646464. Windows color (decimal): -9086852 or 8149109. OLE color: 8149109.

HSL color Cylindrical-coordinate representation of color #75587C: hue angle of 288.33º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #75587C is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 117 88 124 -
CMYK 0.06 0.29 0 0.51
HSL 288.33º 0.17% 0.42% -
HSV(B) 288.33º 0.29% 0.49% -
XYZ 14.46 12.22 20.66 -
YUV 100.78 141.11 139.57 -
System Red Green Blue C M Y K H S L
Decimal 117 88 124 0.06 0.29 0 0.51 288.33 0.17 0.42
Hex 75 58 7C 6 1D 0 33 120 11 2A
Octal 165 130 174 6 35 0 63 440 21 52
Binary 1110101 1011000 1111100 110 11101 0 110011 100100000 10001 101010

Color Harmonies of #75587C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75587C

Black with #75587C

Text Example


Text Example

White with #75587C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75587C; }

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

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

background-color css

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

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

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

border-color css

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

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

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