Html Css Color HEX #755491 Affair

📋 copy color: '#755491'

red 117 ◦ green 84 ◦ blue 145

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

Shades of Affair #755491

Tints of Affair #755491

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.28%

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

R = 33.82%
G = 24.28%
B = 41.91%

CMYK

 C value IS 0.19

 M value IS 0.42

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#755491 (or 0x755491) is known color: Affair. HEX triplet: 75, 54 and 91. RGB value is (117,84,145). Sum of RGB (Red+Green+Blue) = 117+84+145=346 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.82% from 346); Green value is 84 (33.20% from 255 or 24.28% from 346); Blue value is 145 (57.03% from 255 or 41.91% from 346); Max value from RGB is 145 - color contains mainly: blue. Hex color #755491 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755491 is #8AAB6E. Grayscale: #646464. Windows color (decimal): -9087855 or 9524341. OLE color: 9524341.

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

Color convert

RGB 117 84 145 -
CMYK 0.19 0.42 0 0.43
HSL 272.46º 0.27% 0.45% -
HSV(B) 272.46º 0.42% 0.57% -
XYZ 15.62 12.17 28.31 -
YUV 100.82 152.93 139.54 -
System Red Green Blue C M Y K H S L
Decimal 117 84 145 0.19 0.42 0 0.43 272.46 0.27 0.45
Hex 75 54 91 13 2A 0 2B 110 1B 2D
Octal 165 124 221 23 52 0 53 420 33 55
Binary 1110101 1010100 10010001 10011 101010 0 101011 100010000 11011 101101

Color Harmonies of #755491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755491

Black with #755491

Text Example


Text Example

White with #755491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755491; }

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

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

background-color css

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

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

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

border-color css

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

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

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