Html Css Color HEX #755580 Affair

📋 copy color: '#755580'

red 117 ◦ green 85 ◦ blue 128

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

Shades of Affair #755580

Tints of Affair #755580

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.76%

 BLUE value IS 128 (50.39% from 255) = 38.79%

R = 35.45%
G = 25.76%
B = 38.79%

CMYK

 C value IS 0.09

 M value IS 0.34

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#755580 (or 0x755580) is known color: Affair. HEX triplet: 75, 55 and 80. RGB value is (117,85,128). Sum of RGB (Red+Green+Blue) = 117+85+128=330 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.45% from 330); Green value is 85 (33.59% from 255 or 25.76% from 330); Blue value is 128 (50.39% from 255 or 38.79% from 330); Max value from RGB is 128 - color contains mainly: blue. Hex color #755580 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755580 is #8AAA7F. Grayscale: #636363. Windows color (decimal): -9087616 or 8410485. OLE color: 8410485.

HSL color Cylindrical-coordinate representation of color #755580: hue angle of 284.65º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #755580 is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 117 85 128 -
CMYK 0.09 0.34 0 0.50
HSL 284.65º 0.2% 0.42% -
HSV(B) 284.65º 0.34% 0.5% -
XYZ 14.48 11.84 21.94 -
YUV 99.47 144.1 140.5 -
System Red Green Blue C M Y K H S L
Decimal 117 85 128 0.09 0.34 0 0.50 284.65 0.2 0.42
Hex 75 55 80 9 22 0 32 11D 14 2A
Octal 165 125 200 11 42 0 62 435 24 52
Binary 1110101 1010101 10000000 1001 100010 0 110010 100011101 10100 101010

Color Harmonies of #755580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755580

Black with #755580

Text Example


Text Example

White with #755580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755580; }

 p { color: rgb(117,85,128); }

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

background-color css

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

 a { background-color: rgb(117,85,128); }

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

border-color css

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

 span { border-color: rgb(117,85,128); }

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