Html Css Color HEX #754491 Affair

📋 copy color: '#754491'

red 117 ◦ green 68 ◦ blue 145

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

Shades of Affair #754491

Tints of Affair #754491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 43.94%

R = 35.45%
G = 20.61%
B = 43.94%

CMYK

 C value IS 0.19

 M value IS 0.53

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#754491 (or 0x754491) is known color: Affair. HEX triplet: 75, 44 and 91. RGB value is (117,68,145). Sum of RGB (Red+Green+Blue) = 117+68+145=330 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.45% from 330); Green value is 68 (26.95% from 255 or 20.61% from 330); Blue value is 145 (57.03% from 255 or 43.94% from 330); Max value from RGB is 145 - color contains mainly: blue. Hex color #754491 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754491 is #8ABB6E. Grayscale: #5B5B5B. Windows color (decimal): -9091951 or 9520245. OLE color: 9520245.

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

Color convert

RGB 117 68 145 -
CMYK 0.19 0.53 0 0.43
HSL 278.18º 0.36% 0.42% -
HSV(B) 278.18º 0.53% 0.57% -
XYZ 14.51 9.96 27.95 -
YUV 91.43 158.23 146.24 -
System Red Green Blue C M Y K H S L
Decimal 117 68 145 0.19 0.53 0 0.43 278.18 0.36 0.42
Hex 75 44 91 13 35 0 2B 116 24 2A
Octal 165 104 221 23 65 0 53 426 44 52
Binary 1110101 1000100 10010001 10011 110101 0 101011 100010110 100100 101010

Color Harmonies of #754491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754491

Black with #754491

Text Example


Text Example

White with #754491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754491; }

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

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

background-color css

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

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

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

border-color css

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

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

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