Html Css Color HEX #754C87 Affair

📋 copy color: '#754C87'

red 117 ◦ green 76 ◦ blue 135

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

Shades of Affair #754C87

Tints of Affair #754C87

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.17%

 BLUE value IS 135 (53.13% from 255) = 41.16%

R = 35.67%
G = 23.17%
B = 41.16%

CMYK

 C value IS 0.13

 M value IS 0.44

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#754C87 (or 0x754C87) is known color: Affair. HEX triplet: 75, 4C and 87. RGB value is (117,76,135). Sum of RGB (Red+Green+Blue) = 117+76+135=328 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.67% from 328); Green value is 76 (30.08% from 255 or 23.17% from 328); Blue value is 135 (53.12% from 255 or 41.16% from 328); Max value from RGB is 135 - color contains mainly: blue. Hex color #754C87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754C87 is #8AB378. Grayscale: #5E5E5E. Windows color (decimal): -9089913 or 8866933. OLE color: 8866933.

HSL color Cylindrical-coordinate representation of color #754C87: hue angle of 281.69º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #754C87 is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 117 76 135 -
CMYK 0.13 0.44 0 0.47
HSL 281.69º 0.28% 0.41% -
HSV(B) 281.69º 0.44% 0.53% -
XYZ 14.29 10.7 24.23 -
YUV 94.99 150.58 143.7 -
System Red Green Blue C M Y K H S L
Decimal 117 76 135 0.13 0.44 0 0.47 281.69 0.28 0.41
Hex 75 4C 87 D 2C 0 2F 11A 1C 29
Octal 165 114 207 15 54 0 57 432 34 51
Binary 1110101 1001100 10000111 1101 101100 0 101111 100011010 11100 101001

Color Harmonies of #754C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754C87

Black with #754C87

Text Example


Text Example

White with #754C87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754C87; }

 p { color: rgb(117,76,135); }

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

background-color css

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

 a { background-color: rgb(117,76,135); }

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

border-color css

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

 span { border-color: rgb(117,76,135); }

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