Html Css Color HEX #754C8D Affair

📋 copy color: '#754C8D'

red 117 ◦ green 76 ◦ blue 141

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

Shades of Affair #754C8D

Tints of Affair #754C8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 42.22%

R = 35.03%
G = 22.75%
B = 42.22%

CMYK

 C value IS 0.17

 M value IS 0.46

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#754C8D (or 0x754C8D) is known color: Affair. HEX triplet: 75, 4C and 8D. RGB value is (117,76,141). Sum of RGB (Red+Green+Blue) = 117+76+141=334 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.03% from 334); Green value is 76 (30.08% from 255 or 22.75% from 334); Blue value is 141 (55.47% from 255 or 42.22% from 334); Max value from RGB is 141 - color contains mainly: blue. Hex color #754C8D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754C8D is #8AB372. Grayscale: #5F5F5F. Windows color (decimal): -9089907 or 9260149. OLE color: 9260149.

HSL color Cylindrical-coordinate representation of color #754C8D: hue angle of 277.85º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #754C8D is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 117 76 141 -
CMYK 0.17 0.46 0 0.45
HSL 277.85º 0.3% 0.43% -
HSV(B) 277.85º 0.46% 0.55% -
XYZ 14.73 10.87 26.52 -
YUV 95.67 153.58 143.21 -
System Red Green Blue C M Y K H S L
Decimal 117 76 141 0.17 0.46 0 0.45 277.85 0.3 0.43
Hex 75 4C 8D 11 2E 0 2D 116 1E 2B
Octal 165 114 215 21 56 0 55 426 36 53
Binary 1110101 1001100 10001101 10001 101110 0 101101 100010110 11110 101011

Color Harmonies of #754C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754C8D

Black with #754C8D

Text Example


Text Example

White with #754C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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