Html Css Color HEX #755682 Affair

📋 copy color: '#755682'

red 117 ◦ green 86 ◦ blue 130

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

Shades of Affair #755682

Tints of Affair #755682

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.83%

 BLUE value IS 130 (51.17% from 255) = 39.04%

R = 35.14%
G = 25.83%
B = 39.04%

CMYK

 C value IS 0.1

 M value IS 0.34

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#755682 (or 0x755682) is known color: Affair. HEX triplet: 75, 56 and 82. RGB value is (117,86,130). Sum of RGB (Red+Green+Blue) = 117+86+130=333 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.14% from 333); Green value is 86 (33.98% from 255 or 25.83% from 333); Blue value is 130 (51.17% from 255 or 39.04% from 333); Max value from RGB is 130 - color contains mainly: blue. Hex color #755682 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755682 is #8AA97D. Grayscale: #646464. Windows color (decimal): -9087358 or 8541813. OLE color: 8541813.

HSL color Cylindrical-coordinate representation of color #755682: hue angle of 282.27º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #755682 is Cyan = 0.1, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 117 86 130 -
CMYK 0.1 0.34 0 0.49
HSL 282.27º 0.2% 0.42% -
HSV(B) 282.27º 0.34% 0.51% -
XYZ 14.69 12.05 22.67 -
YUV 100.29 144.77 139.92 -
System Red Green Blue C M Y K H S L
Decimal 117 86 130 0.1 0.34 0 0.49 282.27 0.2 0.42
Hex 75 56 82 A 22 0 31 11A 14 2A
Octal 165 126 202 12 42 0 61 432 24 52
Binary 1110101 1010110 10000010 1010 100010 0 110001 100011010 10100 101010

Color Harmonies of #755682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755682

Black with #755682

Text Example


Text Example

White with #755682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755682; }

 p { color: rgb(117,86,130); }

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

background-color css

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

 a { background-color: rgb(117,86,130); }

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

border-color css

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

 span { border-color: rgb(117,86,130); }

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