Html Css Color HEX #755392 Affair

📋 copy color: '#755392'

red 117 ◦ green 83 ◦ blue 146

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

Shades of Affair #755392

Tints of Affair #755392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 42.2%

R = 33.82%
G = 23.99%
B = 42.2%

CMYK

 C value IS 0.20

 M value IS 0.43

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#755392 (or 0x755392) is known color: Affair. HEX triplet: 75, 53 and 92. RGB value is (117,83,146). Sum of RGB (Red+Green+Blue) = 117+83+146=346 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.82% from 346); Green value is 83 (32.81% from 255 or 23.99% from 346); Blue value is 146 (57.42% from 255 or 42.20% from 346); Max value from RGB is 146 - color contains mainly: blue. Hex color #755392 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755392 is #8AAC6D. Grayscale: #646464. Windows color (decimal): -9088110 or 9589621. OLE color: 9589621.

HSL color Cylindrical-coordinate representation of color #755392: hue angle of 272.38º degrees, saturation: 0.28, 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 #755392 is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 117 83 146 -
CMYK 0.20 0.43 0 0.43
HSL 272.38º 0.28% 0.45% -
HSV(B) 272.38º 0.43% 0.57% -
XYZ 15.62 12.04 28.7 -
YUV 100.35 153.76 139.88 -
System Red Green Blue C M Y K H S L
Decimal 117 83 146 0.20 0.43 0 0.43 272.38 0.28 0.45
Hex 75 53 92 14 2B 0 2B 110 1C 2D
Octal 165 123 222 24 53 0 53 420 34 55
Binary 1110101 1010011 10010010 10100 101011 0 101011 100010000 11100 101101

Color Harmonies of #755392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755392

Black with #755392

Text Example


Text Example

White with #755392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755392; }

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

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

background-color css

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

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

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

border-color css

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

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

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