Html Css Color HEX #755B8D Affair

📋 copy color: '#755B8D'

red 117 ◦ green 91 ◦ blue 141

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

Shades of Affair #755B8D

Tints of Affair #755B8D

RGB

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

 GREEN value IS 91 (35.94% from 255) = 26.07%

 BLUE value IS 141 (55.47% from 255) = 40.4%

R = 33.52%
G = 26.07%
B = 40.4%

CMYK

 C value IS 0.17

 M value IS 0.35

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#755B8D (or 0x755B8D) is known color: Affair. HEX triplet: 75, 5B and 8D. RGB value is (117,91,141). Sum of RGB (Red+Green+Blue) = 117+91+141=349 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.52% from 349); Green value is 91 (35.94% from 255 or 26.07% from 349); Blue value is 141 (55.47% from 255 or 40.40% from 349); Max value from RGB is 141 - color contains mainly: blue. Hex color #755B8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755B8D is #8AA472. Grayscale: #686868. Windows color (decimal): -9086067 or 9263989. OLE color: 9263989.

HSL color Cylindrical-coordinate representation of color #755B8D: hue angle of 271.2º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #755B8D is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 117 91 141 -
CMYK 0.17 0.35 0 0.45
HSL 271.2º 0.22% 0.45% -
HSV(B) 271.2º 0.35% 0.55% -
XYZ 15.88 13.19 26.91 -
YUV 104.47 148.61 136.93 -
System Red Green Blue C M Y K H S L
Decimal 117 91 141 0.17 0.35 0 0.45 271.2 0.22 0.45
Hex 75 5B 8D 11 23 0 2D 10F 16 2D
Octal 165 133 215 21 43 0 55 417 26 55
Binary 1110101 1011011 10001101 10001 100011 0 101101 100001111 10110 101101

Color Harmonies of #755B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755B8D

Black with #755B8D

Text Example


Text Example

White with #755B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755B8D; }

 p { color: rgb(117,91,141); }

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

background-color css

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

 a { background-color: rgb(117,91,141); }

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

border-color css

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

 span { border-color: rgb(117,91,141); }

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