Html Css Color HEX #754490 Affair

📋 copy color: '#754490'

red 117 ◦ green 68 ◦ blue 144

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

Shades of Affair #754490

Tints of Affair #754490

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.67%

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

R = 35.56%
G = 20.67%
B = 43.77%

CMYK

 C value IS 0.19

 M value IS 0.53

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#754490 (or 0x754490) is known color: Affair. HEX triplet: 75, 44 and 90. RGB value is (117,68,144). Sum of RGB (Red+Green+Blue) = 117+68+144=329 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.56% from 329); Green value is 68 (26.95% from 255 or 20.67% from 329); Blue value is 144 (56.64% from 255 or 43.77% from 329); Max value from RGB is 144 - color contains mainly: blue. Hex color #754490 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754490 is #8ABB6F. Grayscale: #5B5B5B. Windows color (decimal): -9091952 or 9454709. OLE color: 9454709.

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

Color convert

RGB 117 68 144 -
CMYK 0.19 0.53 0 0.44
HSL 278.68º 0.36% 0.42% -
HSV(B) 278.68º 0.53% 0.56% -
XYZ 14.44 9.93 27.54 -
YUV 91.32 157.73 146.32 -
System Red Green Blue C M Y K H S L
Decimal 117 68 144 0.19 0.53 0 0.44 278.68 0.36 0.42
Hex 75 44 90 13 35 0 2C 117 24 2A
Octal 165 104 220 23 65 0 54 427 44 52
Binary 1110101 1000100 10010000 10011 110101 0 101100 100010111 100100 101010

Color Harmonies of #754490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754490

Black with #754490

Text Example


Text Example

White with #754490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754490; }

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

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

background-color css

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

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

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

border-color css

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

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

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