Html Css Color HEX #755280 Affair

📋 copy color: '#755280'

red 117 ◦ green 82 ◦ blue 128

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

Shades of Affair #755280

Tints of Affair #755280

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.08%

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

R = 35.78%
G = 25.08%
B = 39.14%

CMYK

 C value IS 0.09

 M value IS 0.36

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#755280 (or 0x755280) is known color: Affair. HEX triplet: 75, 52 and 80. RGB value is (117,82,128). Sum of RGB (Red+Green+Blue) = 117+82+128=327 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.78% from 327); Green value is 82 (32.42% from 255 or 25.08% from 327); Blue value is 128 (50.39% from 255 or 39.14% from 327); Max value from RGB is 128 - color contains mainly: blue. Hex color #755280 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755280 is #8AAD7F. Grayscale: #616161. Windows color (decimal): -9088384 or 8409717. OLE color: 8409717.

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

Color convert

RGB 117 82 128 -
CMYK 0.09 0.36 0 0.50
HSL 285.65º 0.22% 0.41% -
HSV(B) 285.65º 0.36% 0.5% -
XYZ 14.25 11.38 21.87 -
YUV 97.71 145.1 141.76 -
System Red Green Blue C M Y K H S L
Decimal 117 82 128 0.09 0.36 0 0.50 285.65 0.22 0.41
Hex 75 52 80 9 24 0 32 11E 16 29
Octal 165 122 200 11 44 0 62 436 26 51
Binary 1110101 1010010 10000000 1001 100100 0 110010 100011110 10110 101001

Color Harmonies of #755280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755280

Black with #755280

Text Example


Text Example

White with #755280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755280; }

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

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

background-color css

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

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

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

border-color css

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

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

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