Html Css Color HEX #75508D Affair

📋 copy color: '#75508D'

red 117 ◦ green 80 ◦ blue 141

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

Shades of Affair #75508D

Tints of Affair #75508D

RGB

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

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

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

R = 34.62%
G = 23.67%
B = 41.72%

CMYK

 C value IS 0.17

 M value IS 0.43

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#75508D (or 0x75508D) is known color: Affair. HEX triplet: 75, 50 and 8D. RGB value is (117,80,141). Sum of RGB (Red+Green+Blue) = 117+80+141=338 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.62% from 338); Green value is 80 (31.64% from 255 or 23.67% from 338); Blue value is 141 (55.47% from 255 or 41.72% from 338); Max value from RGB is 141 - color contains mainly: blue. Hex color #75508D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75508D is #8AAF72. Grayscale: #616161. Windows color (decimal): -9088883 or 9261173. OLE color: 9261173.

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

Color convert

RGB 117 80 141 -
CMYK 0.17 0.43 0 0.45
HSL 276.39º 0.28% 0.43% -
HSV(B) 276.39º 0.43% 0.55% -
XYZ 15.01 11.44 26.62 -
YUV 98.02 152.26 141.54 -
System Red Green Blue C M Y K H S L
Decimal 117 80 141 0.17 0.43 0 0.45 276.39 0.28 0.43
Hex 75 50 8D 11 2B 0 2D 114 1C 2B
Octal 165 120 215 21 53 0 55 424 34 53
Binary 1110101 1010000 10001101 10001 101011 0 101101 100010100 11100 101011

Color Harmonies of #75508D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75508D

Black with #75508D

Text Example


Text Example

White with #75508D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75508D; }

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

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

background-color css

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

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

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

border-color css

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

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

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