Html Css Color HEX #754689 Affair

📋 copy color: '#754689'

red 117 ◦ green 70 ◦ blue 137

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

Shades of Affair #754689

Tints of Affair #754689

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.6%

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

R = 36.11%
G = 21.6%
B = 42.28%

CMYK

 C value IS 0.15

 M value IS 0.49

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#754689 (or 0x754689) is known color: Affair. HEX triplet: 75, 46 and 89. RGB value is (117,70,137). Sum of RGB (Red+Green+Blue) = 117+70+137=324 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.11% from 324); Green value is 70 (27.73% from 255 or 21.60% from 324); Blue value is 137 (53.91% from 255 or 42.28% from 324); Max value from RGB is 137 - color contains mainly: blue. Hex color #754689 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754689 is #8AB976. Grayscale: #5B5B5B. Windows color (decimal): -9091447 or 8996469. OLE color: 8996469.

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

Color convert

RGB 117 70 137 -
CMYK 0.15 0.49 0 0.46
HSL 282.09º 0.32% 0.41% -
HSV(B) 282.09º 0.49% 0.54% -
XYZ 14.04 9.97 24.85 -
YUV 91.69 153.57 146.05 -
System Red Green Blue C M Y K H S L
Decimal 117 70 137 0.15 0.49 0 0.46 282.09 0.32 0.41
Hex 75 46 89 F 31 0 2E 11A 20 29
Octal 165 106 211 17 61 0 56 432 40 51
Binary 1110101 1000110 10001001 1111 110001 0 101110 100011010 100000 101001

Color Harmonies of #754689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754689

Black with #754689

Text Example


Text Example

White with #754689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754689; }

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

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

background-color css

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

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

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

border-color css

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

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

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