Html Css Color HEX #754190 Affair

📋 copy color: '#754190'

red 117 ◦ green 65 ◦ blue 144

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

Shades of Affair #754190

Tints of Affair #754190

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.94%

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

R = 35.89%
G = 19.94%
B = 44.17%

CMYK

 C value IS 0.19

 M value IS 0.55

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#754190 (or 0x754190) is known color: Affair. HEX triplet: 75, 41 and 90. RGB value is (117,65,144). Sum of RGB (Red+Green+Blue) = 117+65+144=326 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.89% from 326); Green value is 65 (25.78% from 255 or 19.94% from 326); Blue value is 144 (56.64% from 255 or 44.17% from 326); Max value from RGB is 144 - color contains mainly: blue. Hex color #754190 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754190 is #8ABE6F. Grayscale: #595959. Windows color (decimal): -9092720 or 9453941. OLE color: 9453941.

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

Color convert

RGB 117 65 144 -
CMYK 0.19 0.55 0 0.44
HSL 279.49º 0.38% 0.41% -
HSV(B) 279.49º 0.55% 0.56% -
XYZ 14.26 9.58 27.48 -
YUV 89.55 158.73 147.58 -
System Red Green Blue C M Y K H S L
Decimal 117 65 144 0.19 0.55 0 0.44 279.49 0.38 0.41
Hex 75 41 90 13 37 0 2C 117 26 29
Octal 165 101 220 23 67 0 54 427 46 51
Binary 1110101 1000001 10010000 10011 110111 0 101100 100010111 100110 101001

Color Harmonies of #754190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754190

Black with #754190

Text Example


Text Example

White with #754190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754190; }

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

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

background-color css

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

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

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

border-color css

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

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

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