Html Css Color HEX #754789 Affair

📋 copy color: '#754789'

red 117 ◦ green 71 ◦ blue 137

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

Shades of Affair #754789

Tints of Affair #754789

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.85%

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

R = 36%
G = 21.85%
B = 42.15%

CMYK

 C value IS 0.15

 M value IS 0.48

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#754789 (or 0x754789) is known color: Affair. HEX triplet: 75, 47 and 89. RGB value is (117,71,137). Sum of RGB (Red+Green+Blue) = 117+71+137=325 (43% of max value = 765). Red value is 117 (46.09% from 255 or 36% from 325); Green value is 71 (28.12% from 255 or 21.85% from 325); Blue value is 137 (53.91% from 255 or 42.15% from 325); Max value from RGB is 137 - color contains mainly: blue. Hex color #754789 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754789 is #8AB876. Grayscale: #5C5C5C. Windows color (decimal): -9091191 or 8996725. OLE color: 8996725.

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

Color convert

RGB 117 71 137 -
CMYK 0.15 0.48 0 0.46
HSL 281.82º 0.32% 0.41% -
HSV(B) 281.82º 0.48% 0.54% -
XYZ 14.1 10.09 24.87 -
YUV 92.28 153.24 145.63 -
System Red Green Blue C M Y K H S L
Decimal 117 71 137 0.15 0.48 0 0.46 281.82 0.32 0.41
Hex 75 47 89 F 30 0 2E 11A 20 29
Octal 165 107 211 17 60 0 56 432 40 51
Binary 1110101 1000111 10001001 1111 110000 0 101110 100011010 100000 101001

Color Harmonies of #754789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754789

Black with #754789

Text Example


Text Example

White with #754789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754789; }

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

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

background-color css

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

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

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

border-color css

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

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

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