Html Css Color HEX #754C90 Affair

📋 copy color: '#754C90'

red 117 ◦ green 76 ◦ blue 144

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

Shades of Affair #754C90

Tints of Affair #754C90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 42.73%

R = 34.72%
G = 22.55%
B = 42.73%

CMYK

 C value IS 0.19

 M value IS 0.47

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#754C90 (or 0x754C90) is known color: Affair. HEX triplet: 75, 4C and 90. RGB value is (117,76,144). Sum of RGB (Red+Green+Blue) = 117+76+144=337 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.72% from 337); Green value is 76 (30.08% from 255 or 22.55% from 337); Blue value is 144 (56.64% from 255 or 42.73% from 337); Max value from RGB is 144 - color contains mainly: blue. Hex color #754C90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754C90 is #8AB36F. Grayscale: #5F5F5F. Windows color (decimal): -9089904 or 9456757. OLE color: 9456757.

HSL color Cylindrical-coordinate representation of color #754C90: hue angle of 276.18º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #754C90 is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 117 76 144 -
CMYK 0.19 0.47 0 0.44
HSL 276.18º 0.31% 0.43% -
HSV(B) 276.18º 0.47% 0.56% -
XYZ 14.95 10.96 27.71 -
YUV 96.01 155.08 142.97 -
System Red Green Blue C M Y K H S L
Decimal 117 76 144 0.19 0.47 0 0.44 276.18 0.31 0.43
Hex 75 4C 90 13 2F 0 2C 114 1F 2B
Octal 165 114 220 23 57 0 54 424 37 53
Binary 1110101 1001100 10010000 10011 101111 0 101100 100010100 11111 101011

Color Harmonies of #754C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754C90

Black with #754C90

Text Example


Text Example

White with #754C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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