Html Css Color HEX #75518B Affair

📋 copy color: '#75518B'

red 117 ◦ green 81 ◦ blue 139

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

Shades of Affair #75518B

Tints of Affair #75518B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.04%

 BLUE value IS 139 (54.69% from 255) = 41.25%

R = 34.72%
G = 24.04%
B = 41.25%

CMYK

 C value IS 0.16

 M value IS 0.42

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#75518B (or 0x75518B) is known color: Affair. HEX triplet: 75, 51 and 8B. RGB value is (117,81,139). Sum of RGB (Red+Green+Blue) = 117+81+139=337 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.72% from 337); Green value is 81 (32.03% from 255 or 24.04% from 337); Blue value is 139 (54.69% from 255 or 41.25% from 337); Max value from RGB is 139 - color contains mainly: blue. Hex color #75518B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75518B is #8AAE74. Grayscale: #626262. Windows color (decimal): -9088629 or 9130357. OLE color: 9130357.

HSL color Cylindrical-coordinate representation of color #75518B: hue angle of 277.24º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #75518B is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 117 81 139 -
CMYK 0.16 0.42 0 0.45
HSL 277.24º 0.26% 0.43% -
HSV(B) 277.24º 0.42% 0.55% -
XYZ 14.94 11.53 25.86 -
YUV 98.38 150.93 141.28 -
System Red Green Blue C M Y K H S L
Decimal 117 81 139 0.16 0.42 0 0.45 277.24 0.26 0.43
Hex 75 51 8B 10 2A 0 2D 115 1A 2B
Octal 165 121 213 20 52 0 55 425 32 53
Binary 1110101 1010001 10001011 10000 101010 0 101101 100010101 11010 101011

Color Harmonies of #75518B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75518B

Black with #75518B

Text Example


Text Example

White with #75518B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75518B; }

 p { color: rgb(117,81,139); }

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

background-color css

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

 a { background-color: rgb(117,81,139); }

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

border-color css

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

 span { border-color: rgb(117,81,139); }

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