Html Css Color HEX #754389 Affair

📋 copy color: '#754389'

red 117 ◦ green 67 ◦ blue 137

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

Shades of Affair #754389

Tints of Affair #754389

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.87%

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

R = 36.45%
G = 20.87%
B = 42.68%

CMYK

 C value IS 0.15

 M value IS 0.51

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#754389 (or 0x754389) is known color: Affair. HEX triplet: 75, 43 and 89. RGB value is (117,67,137). Sum of RGB (Red+Green+Blue) = 117+67+137=321 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.45% from 321); Green value is 67 (26.56% from 255 or 20.87% from 321); Blue value is 137 (53.91% from 255 or 42.68% from 321); Max value from RGB is 137 - color contains mainly: blue. Hex color #754389 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754389 is #8ABC76. Grayscale: #595959. Windows color (decimal): -9092215 or 8995701. OLE color: 8995701.

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

Color convert

RGB 117 67 137 -
CMYK 0.15 0.51 0 0.46
HSL 282.86º 0.34% 0.4% -
HSV(B) 282.86º 0.51% 0.54% -
XYZ 13.86 9.6 24.79 -
YUV 89.93 154.57 147.31 -
System Red Green Blue C M Y K H S L
Decimal 117 67 137 0.15 0.51 0 0.46 282.86 0.34 0.4
Hex 75 43 89 F 33 0 2E 11B 22 28
Octal 165 103 211 17 63 0 56 433 42 50
Binary 1110101 1000011 10001001 1111 110011 0 101110 100011011 100010 101000

Color Harmonies of #754389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754389

Black with #754389

Text Example


Text Example

White with #754389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754389; }

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

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

background-color css

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

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

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

border-color css

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

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

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