Html Css Color HEX #754A90 Affair

📋 copy color: '#754A90'

red 117 ◦ green 74 ◦ blue 144

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

Shades of Affair #754A90

Tints of Affair #754A90

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.09%

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

R = 34.93%
G = 22.09%
B = 42.99%

CMYK

 C value IS 0.19

 M value IS 0.49

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#754A90 (or 0x754A90) is known color: Affair. HEX triplet: 75, 4A and 90. RGB value is (117,74,144). Sum of RGB (Red+Green+Blue) = 117+74+144=335 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.93% from 335); Green value is 74 (29.30% from 255 or 22.09% from 335); Blue value is 144 (56.64% from 255 or 42.99% from 335); Max value from RGB is 144 - color contains mainly: blue. Hex color #754A90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754A90 is #8AB56F. Grayscale: #5E5E5E. Windows color (decimal): -9090416 or 9456245. OLE color: 9456245.

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

Color convert

RGB 117 74 144 -
CMYK 0.19 0.49 0 0.44
HSL 276.86º 0.32% 0.43% -
HSV(B) 276.86º 0.49% 0.56% -
XYZ 14.82 10.69 27.67 -
YUV 94.84 155.75 143.81 -
System Red Green Blue C M Y K H S L
Decimal 117 74 144 0.19 0.49 0 0.44 276.86 0.32 0.43
Hex 75 4A 90 13 31 0 2C 115 20 2B
Octal 165 112 220 23 61 0 54 425 40 53
Binary 1110101 1001010 10010000 10011 110001 0 101100 100010101 100000 101011

Color Harmonies of #754A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754A90

Black with #754A90

Text Example


Text Example

White with #754A90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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