Html Css Color HEX #75508E Affair

📋 copy color: '#75508E'

red 117 ◦ green 80 ◦ blue 142

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

Shades of Affair #75508E

Tints of Affair #75508E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 41.89%

R = 34.51%
G = 23.6%
B = 41.89%

CMYK

 C value IS 0.18

 M value IS 0.44

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#75508E (or 0x75508E) is known color: Affair. HEX triplet: 75, 50 and 8E. RGB value is (117,80,142). Sum of RGB (Red+Green+Blue) = 117+80+142=339 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.51% from 339); Green value is 80 (31.64% from 255 or 23.60% from 339); Blue value is 142 (55.86% from 255 or 41.89% from 339); Max value from RGB is 142 - color contains mainly: blue. Hex color #75508E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75508E is #8AAF71. Grayscale: #616161. Windows color (decimal): -9088882 or 9326709. OLE color: 9326709.

HSL color Cylindrical-coordinate representation of color #75508E: hue angle of 275.81º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #75508E is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 117 80 142 -
CMYK 0.18 0.44 0 0.44
HSL 275.81º 0.28% 0.44% -
HSV(B) 275.81º 0.44% 0.56% -
XYZ 15.09 11.47 27.01 -
YUV 98.13 152.76 141.46 -
System Red Green Blue C M Y K H S L
Decimal 117 80 142 0.18 0.44 0 0.44 275.81 0.28 0.44
Hex 75 50 8E 12 2C 0 2C 114 1C 2C
Octal 165 120 216 22 54 0 54 424 34 54
Binary 1110101 1010000 10001110 10010 101100 0 101100 100010100 11100 101100

Color Harmonies of #75508E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75508E

Black with #75508E

Text Example


Text Example

White with #75508E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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