Html Css Color HEX #754089 Affair

📋 copy color: '#754089'

red 117 ◦ green 64 ◦ blue 137

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

Shades of Affair #754089

Tints of Affair #754089

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.13%

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

R = 36.79%
G = 20.13%
B = 43.08%

CMYK

 C value IS 0.15

 M value IS 0.53

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#754089 (or 0x754089) is known color: Affair. HEX triplet: 75, 40 and 89. RGB value is (117,64,137). Sum of RGB (Red+Green+Blue) = 117+64+137=318 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.79% from 318); Green value is 64 (25.39% from 255 or 20.13% from 318); Blue value is 137 (53.91% from 255 or 43.08% from 318); Max value from RGB is 137 - color contains mainly: blue. Hex color #754089 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754089 is #8ABF76. Grayscale: #575757. Windows color (decimal): -9092983 or 8994933. OLE color: 8994933.

HSL color Cylindrical-coordinate representation of color #754089: hue angle of 283.56º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #754089 is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 117 64 137 -
CMYK 0.15 0.53 0 0.46
HSL 283.56º 0.36% 0.39% -
HSV(B) 283.56º 0.53% 0.54% -
XYZ 13.68 9.25 24.73 -
YUV 88.17 155.56 148.56 -
System Red Green Blue C M Y K H S L
Decimal 117 64 137 0.15 0.53 0 0.46 283.56 0.36 0.39
Hex 75 40 89 F 35 0 2E 11C 24 27
Octal 165 100 211 17 65 0 56 434 44 47
Binary 1110101 1000000 10001001 1111 110101 0 101110 100011100 100100 100111

Color Harmonies of #754089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754089

Black with #754089

Text Example


Text Example

White with #754089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754089; }

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

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

background-color css

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

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

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

border-color css

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

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

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