Html Css Color HEX #754489 Affair

📋 copy color: '#754489'

red 117 ◦ green 68 ◦ blue 137

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

Shades of Affair #754489

Tints of Affair #754489

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 42.55%

R = 36.34%
G = 21.12%
B = 42.55%

CMYK

 C value IS 0.15

 M value IS 0.50

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#754489 (or 0x754489) is known color: Affair. HEX triplet: 75, 44 and 89. RGB value is (117,68,137). Sum of RGB (Red+Green+Blue) = 117+68+137=322 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.34% from 322); Green value is 68 (26.95% from 255 or 21.12% from 322); Blue value is 137 (53.91% from 255 or 42.55% from 322); Max value from RGB is 137 - color contains mainly: blue. Hex color #754489 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754489 is #8ABB76. Grayscale: #5A5A5A. Windows color (decimal): -9091959 or 8995957. OLE color: 8995957.

HSL color Cylindrical-coordinate representation of color #754489: hue angle of 282.61º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #754489 is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 117 68 137 -
CMYK 0.15 0.50 0 0.46
HSL 282.61º 0.34% 0.4% -
HSV(B) 282.61º 0.5% 0.54% -
XYZ 13.92 9.72 24.81 -
YUV 90.52 154.23 146.89 -
System Red Green Blue C M Y K H S L
Decimal 117 68 137 0.15 0.50 0 0.46 282.61 0.34 0.4
Hex 75 44 89 F 32 0 2E 11B 22 28
Octal 165 104 211 17 62 0 56 433 42 50
Binary 1110101 1000100 10001001 1111 110010 0 101110 100011011 100010 101000

Color Harmonies of #754489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754489

Black with #754489

Text Example


Text Example

White with #754489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754489; }

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

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

background-color css

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

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

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

border-color css

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

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

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