Html Css Color HEX #755180 Affair

📋 copy color: '#755180'

red 117 ◦ green 81 ◦ blue 128

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

Shades of Affair #755180

Tints of Affair #755180

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.85%

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

R = 35.89%
G = 24.85%
B = 39.26%

CMYK

 C value IS 0.09

 M value IS 0.37

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#755180 (or 0x755180) is known color: Affair. HEX triplet: 75, 51 and 80. RGB value is (117,81,128). Sum of RGB (Red+Green+Blue) = 117+81+128=326 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.89% from 326); Green value is 81 (32.03% from 255 or 24.85% from 326); Blue value is 128 (50.39% from 255 or 39.26% from 326); Max value from RGB is 128 - color contains mainly: blue. Hex color #755180 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755180 is #8AAE7F. Grayscale: #606060. Windows color (decimal): -9088640 or 8409461. OLE color: 8409461.

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

Color convert

RGB 117 81 128 -
CMYK 0.09 0.37 0 0.50
HSL 285.96º 0.22% 0.41% -
HSV(B) 285.96º 0.37% 0.5% -
XYZ 14.17 11.23 21.84 -
YUV 97.12 145.43 142.18 -
System Red Green Blue C M Y K H S L
Decimal 117 81 128 0.09 0.37 0 0.50 285.96 0.22 0.41
Hex 75 51 80 9 25 0 32 11E 16 29
Octal 165 121 200 11 45 0 62 436 26 51
Binary 1110101 1010001 10000000 1001 100101 0 110010 100011110 10110 101001

Color Harmonies of #755180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755180

Black with #755180

Text Example


Text Example

White with #755180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755180; }

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

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

background-color css

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

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

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

border-color css

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

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

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