Html Css Color HEX #75517D Affair

📋 copy color: '#75517D'

red 117 ◦ green 81 ◦ blue 125

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

Shades of Affair #75517D

Tints of Affair #75517D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 38.7%

R = 36.22%
G = 25.08%
B = 38.7%

CMYK

 C value IS 0.06

 M value IS 0.35

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#75517D (or 0x75517D) is known color: Affair. HEX triplet: 75, 51 and 7D. RGB value is (117,81,125). Sum of RGB (Red+Green+Blue) = 117+81+125=323 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.22% from 323); Green value is 81 (32.03% from 255 or 25.08% from 323); Blue value is 125 (49.22% from 255 or 38.70% from 323); Max value from RGB is 125 - color contains mainly: blue. Hex color #75517D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75517D is #8AAE82. Grayscale: #606060. Windows color (decimal): -9088643 or 8212853. OLE color: 8212853.

HSL color Cylindrical-coordinate representation of color #75517D: hue angle of 289.09º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #75517D is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 117 81 125 -
CMYK 0.06 0.35 0 0.51
HSL 289.09º 0.21% 0.4% -
HSV(B) 289.09º 0.35% 0.49% -
XYZ 13.98 11.15 20.82 -
YUV 96.78 143.93 142.42 -
System Red Green Blue C M Y K H S L
Decimal 117 81 125 0.06 0.35 0 0.51 289.09 0.21 0.4
Hex 75 51 7D 6 23 0 33 121 15 28
Octal 165 121 175 6 43 0 63 441 25 50
Binary 1110101 1010001 1111101 110 100011 0 110011 100100001 10101 101000

Color Harmonies of #75517D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75517D

Black with #75517D

Text Example


Text Example

White with #75517D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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