Html Css Color HEX #755391 Affair

📋 copy color: '#755391'

red 117 ◦ green 83 ◦ blue 145

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

Shades of Affair #755391

Tints of Affair #755391

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.06%

 BLUE value IS 145 (57.03% from 255) = 42.03%

R = 33.91%
G = 24.06%
B = 42.03%

CMYK

 C value IS 0.19

 M value IS 0.43

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#755391 (or 0x755391) is known color: Affair. HEX triplet: 75, 53 and 91. RGB value is (117,83,145). Sum of RGB (Red+Green+Blue) = 117+83+145=345 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.91% from 345); Green value is 83 (32.81% from 255 or 24.06% from 345); Blue value is 145 (57.03% from 255 or 42.03% from 345); Max value from RGB is 145 - color contains mainly: blue. Hex color #755391 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755391 is #8AAC6E. Grayscale: #646464. Windows color (decimal): -9088111 or 9524085. OLE color: 9524085.

HSL color Cylindrical-coordinate representation of color #755391: hue angle of 272.9º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #755391 is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 117 83 145 -
CMYK 0.19 0.43 0 0.43
HSL 272.9º 0.27% 0.45% -
HSV(B) 272.9º 0.43% 0.57% -
XYZ 15.54 12.01 28.29 -
YUV 100.23 153.26 139.96 -
System Red Green Blue C M Y K H S L
Decimal 117 83 145 0.19 0.43 0 0.43 272.9 0.27 0.45
Hex 75 53 91 13 2B 0 2B 111 1B 2D
Octal 165 123 221 23 53 0 53 421 33 55
Binary 1110101 1010011 10010001 10011 101011 0 101011 100010001 11011 101101

Color Harmonies of #755391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755391

Black with #755391

Text Example


Text Example

White with #755391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755391; }

 p { color: rgb(117,83,145); }

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

background-color css

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

 a { background-color: rgb(117,83,145); }

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

border-color css

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

 span { border-color: rgb(117,83,145); }

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