Html Css Color HEX #754980 Affair

📋 copy color: '#754980'

red 117 ◦ green 73 ◦ blue 128

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

Shades of Affair #754980

Tints of Affair #754980

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.96%

 BLUE value IS 128 (50.39% from 255) = 40.25%

R = 36.79%
G = 22.96%
B = 40.25%

CMYK

 C value IS 0.09

 M value IS 0.43

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#754980 (or 0x754980) is known color: Affair. HEX triplet: 75, 49 and 80. RGB value is (117,73,128). Sum of RGB (Red+Green+Blue) = 117+73+128=318 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.79% from 318); Green value is 73 (28.91% from 255 or 22.96% from 318); Blue value is 128 (50.39% from 255 or 40.25% from 318); Max value from RGB is 128 - color contains mainly: blue. Hex color #754980 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754980 is #8AB67F. Grayscale: #5C5C5C. Windows color (decimal): -9090688 or 8407413. OLE color: 8407413.

HSL color Cylindrical-coordinate representation of color #754980: hue angle of 288º degrees, saturation: 0.27, 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 #754980 is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 117 73 128 -
CMYK 0.09 0.43 0 0.50
HSL 288º 0.27% 0.39% -
HSV(B) 288º 0.43% 0.5% -
XYZ 13.61 10.11 21.66 -
YUV 92.43 148.08 145.53 -
System Red Green Blue C M Y K H S L
Decimal 117 73 128 0.09 0.43 0 0.50 288 0.27 0.39
Hex 75 49 80 9 2B 0 32 120 1B 27
Octal 165 111 200 11 53 0 62 440 33 47
Binary 1110101 1001001 10000000 1001 101011 0 110010 100100000 11011 100111

Color Harmonies of #754980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754980

Black with #754980

Text Example


Text Example

White with #754980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754980; }

 p { color: rgb(117,73,128); }

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

background-color css

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

 a { background-color: rgb(117,73,128); }

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

border-color css

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

 span { border-color: rgb(117,73,128); }

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