Html Css Color HEX #75487F Affair

📋 copy color: '#75487F'

red 117 ◦ green 72 ◦ blue 127

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

Shades of Affair #75487F

Tints of Affair #75487F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.78%

 BLUE value IS 127 (50% from 255) = 40.19%

R = 37.03%
G = 22.78%
B = 40.19%

CMYK

 C value IS 0.08

 M value IS 0.43

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#75487F (or 0x75487F) is known color: Affair. HEX triplet: 75, 48 and 7F. RGB value is (117,72,127). Sum of RGB (Red+Green+Blue) = 117+72+127=316 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.03% from 316); Green value is 72 (28.52% from 255 or 22.78% from 316); Blue value is 127 (50% from 255 or 40.19% from 316); Max value from RGB is 127 - color contains mainly: blue. Hex color #75487F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75487F is #8AB780. Grayscale: #5B5B5B. Windows color (decimal): -9090945 or 8341621. OLE color: 8341621.

HSL color Cylindrical-coordinate representation of color #75487F: hue angle of 289.09º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #75487F is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 117 72 127 -
CMYK 0.08 0.43 0 0.50
HSL 289.09º 0.28% 0.39% -
HSV(B) 289.09º 0.43% 0.5% -
XYZ 13.48 9.95 21.29 -
YUV 91.73 147.91 146.03 -
System Red Green Blue C M Y K H S L
Decimal 117 72 127 0.08 0.43 0 0.50 289.09 0.28 0.39
Hex 75 48 7F 8 2B 0 32 121 1C 27
Octal 165 110 177 10 53 0 62 441 34 47
Binary 1110101 1001000 1111111 1000 101011 0 110010 100100001 11100 100111

Color Harmonies of #75487F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75487F

Black with #75487F

Text Example


Text Example

White with #75487F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75487F; }

 p { color: rgb(117,72,127); }

 H1.HeaderClassName
 {
   color: #75487F;
 }
 .AnyTagClassName
 {
   color: #75487F;
 }
</style>

background-color css

<style>
 a { background-color: #75487F; }

 a { background-color: rgb(117,72,127); }

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

border-color css

<style>
 span { border-color: #75487F; }

 span { border-color: rgb(117,72,127); }

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