Html Css Color HEX #754291 Affair

📋 copy color: '#754291'

red 117 ◦ green 66 ◦ blue 145

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

Shades of Affair #754291

Tints of Affair #754291

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.12%

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

R = 35.67%
G = 20.12%
B = 44.21%

CMYK

 C value IS 0.19

 M value IS 0.54

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#754291 (or 0x754291) is known color: Affair. HEX triplet: 75, 42 and 91. RGB value is (117,66,145). Sum of RGB (Red+Green+Blue) = 117+66+145=328 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.67% from 328); Green value is 66 (26.17% from 255 or 20.12% from 328); Blue value is 145 (57.03% from 255 or 44.21% from 328); Max value from RGB is 145 - color contains mainly: blue. Hex color #754291 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754291 is #8ABD6E. Grayscale: #595959. Windows color (decimal): -9092463 or 9519733. OLE color: 9519733.

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

Color convert

RGB 117 66 145 -
CMYK 0.19 0.54 0 0.43
HSL 278.73º 0.37% 0.41% -
HSV(B) 278.73º 0.54% 0.57% -
XYZ 14.4 9.72 27.91 -
YUV 90.26 158.9 147.08 -
System Red Green Blue C M Y K H S L
Decimal 117 66 145 0.19 0.54 0 0.43 278.73 0.37 0.41
Hex 75 42 91 13 36 0 2B 117 25 29
Octal 165 102 221 23 66 0 53 427 45 51
Binary 1110101 1000010 10010001 10011 110110 0 101011 100010111 100101 101001

Color Harmonies of #754291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754291

Black with #754291

Text Example


Text Example

White with #754291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754291; }

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

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

background-color css

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

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

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

border-color css

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

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

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