Html Css Color HEX #755087 Affair

📋 copy color: '#755087'

red 117 ◦ green 80 ◦ blue 135

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

Shades of Affair #755087

Tints of Affair #755087

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.1%

 BLUE value IS 135 (53.13% from 255) = 40.66%

R = 35.24%
G = 24.1%
B = 40.66%

CMYK

 C value IS 0.13

 M value IS 0.41

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#755087 (or 0x755087) is known color: Affair. HEX triplet: 75, 50 and 87. RGB value is (117,80,135). Sum of RGB (Red+Green+Blue) = 117+80+135=332 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.24% from 332); Green value is 80 (31.64% from 255 or 24.10% from 332); Blue value is 135 (53.12% from 255 or 40.66% from 332); Max value from RGB is 135 - color contains mainly: blue. Hex color #755087 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755087 is #8AAF78. Grayscale: #616161. Windows color (decimal): -9088889 or 8867957. OLE color: 8867957.

HSL color Cylindrical-coordinate representation of color #755087: hue angle of 280.36º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #755087 is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 117 80 135 -
CMYK 0.13 0.41 0 0.47
HSL 280.36º 0.26% 0.42% -
HSV(B) 280.36º 0.41% 0.53% -
XYZ 14.58 11.27 24.33 -
YUV 97.33 149.26 142.03 -
System Red Green Blue C M Y K H S L
Decimal 117 80 135 0.13 0.41 0 0.47 280.36 0.26 0.42
Hex 75 50 87 D 29 0 2F 118 1A 2A
Octal 165 120 207 15 51 0 57 430 32 52
Binary 1110101 1010000 10000111 1101 101001 0 101111 100011000 11010 101010

Color Harmonies of #755087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755087

Black with #755087

Text Example


Text Example

White with #755087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755087; }

 p { color: rgb(117,80,135); }

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

background-color css

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

 a { background-color: rgb(117,80,135); }

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

border-color css

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

 span { border-color: rgb(117,80,135); }

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