Html Css Color HEX #754090 Affair

📋 copy color: '#754090'

red 117 ◦ green 64 ◦ blue 144

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

Shades of Affair #754090

Tints of Affair #754090

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.69%

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

R = 36%
G = 19.69%
B = 44.31%

CMYK

 C value IS 0.19

 M value IS 0.56

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#754090 (or 0x754090) is known color: Affair. HEX triplet: 75, 40 and 90. RGB value is (117,64,144). Sum of RGB (Red+Green+Blue) = 117+64+144=325 (43% of max value = 765). Red value is 117 (46.09% from 255 or 36% from 325); Green value is 64 (25.39% from 255 or 19.69% from 325); Blue value is 144 (56.64% from 255 or 44.31% from 325); Max value from RGB is 144 - color contains mainly: blue. Hex color #754090 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754090 is #8ABF6F. Grayscale: #585858. Windows color (decimal): -9092976 or 9453685. OLE color: 9453685.

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

Color convert

RGB 117 64 144 -
CMYK 0.19 0.56 0 0.44
HSL 279.75º 0.38% 0.41% -
HSV(B) 279.75º 0.56% 0.56% -
XYZ 14.2 9.46 27.46 -
YUV 88.97 159.06 148 -
System Red Green Blue C M Y K H S L
Decimal 117 64 144 0.19 0.56 0 0.44 279.75 0.38 0.41
Hex 75 40 90 13 38 0 2C 118 26 29
Octal 165 100 220 23 70 0 54 430 46 51
Binary 1110101 1000000 10010000 10011 111000 0 101100 100011000 100110 101001

Color Harmonies of #754090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754090

Black with #754090

Text Example


Text Example

White with #754090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754090; }

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

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

background-color css

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

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

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

border-color css

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

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

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